GithubHelp home page GithubHelp logo

abhi1o / get-youtube-subscribers Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 3.0 101 KB

RESTful API to get YouTube subscribers information.

Home Page: https://get-youtube-subscribers-eight.vercel.app/

License: ISC License

JavaScript 77.53% HTML 22.47%
expressjs javascript mongodb nodejs restful-api

get-youtube-subscribers's Introduction

GET YOUTUBE SUBSCRIBERS

Node.js application to get all details of youtube subscribers.

Table of Contents

Introduction

Get YouTube Subscribers is an Application that serves as a RESTful API created by using Mongodb in Node.js. It is designed to fetch all subscribers information related to YouTube channel subscribers. The primary technologies used to develop this application are Node.js and Express.js which are used to create API endpoint and manage HTTP request. Additionally, this application utilizes MongoDB as the database to store and manage subscribers data efficiently.

Get YT SUB

Features

Some features of this application :

  • Seamless Data Retrieval: Effortlessly fetch subscribers data from YouTube channels using API endpoints.
  • Structured JSON Output: Present retrieved data in well-organized JSON format for easy interpretation.
  • Versatile API Endpoints: Provide users with multiple API endpoints catering to various data retrieval needs.
  • Effective YouTube Data API Integration: Interact seamlessly with the YouTube Data API for accurate data retrieval.
  • User-Friendly Setup: Follow a straightforward setup process, enabling swift utilization of the tool.

Tech Stack

GET-Youtube-Subscriber is build using the following technologies:

  • Node.js: A runtime environment that execute javaScript code on the server-side.
  • Express.js: A node.js framework for building web application and RESTful API.
  • MongoDB: Is NoSQL Database system that stores and manage data in JSON-like format.

Prerequisites

To run this project locally, make sure you have the following installed:

Installation and Run

  1. Clone the repository from GitHub:
     git clone https://github.com/Abhi1o/GET-YOUTUBE-SUBSCRIBERS
    
  2. Redirect to the project folder:
     cd GET-YOUTUBE-SUBSCRIBERS
    
  3. Install the required dependencies:
     npm install
    
  4. Configure the application:
    • Create a .env file in the root directory of the project.
    • Add the following environment variables to the .env file:
       PORT=3000                             # The port on which the application will run
       DATABASE_URI= <your_uri_here>         # The MongoDB connection string
      
  5. Create Database:
    • Inserting subscribers data into MongoDB.
       npm run createDB
      
  6. Start server:
     npm start
    

    [!NOTE] Access the application in your web browser at http://localhost:3000 (base URL)

API Reference

Following API endpoints for retrieving subscribers information using the GET method. For more refer to the API-Documentation.

  • /subscribers: Retrieve a list of all subscribers with their ID, name, subscribed channel and date.
  • /subscribers/names: Obtain subscribers name along with the channel they are subscribed to.
  • /subscribers/id: Access subscriber information based on their ID.

Contribute

Contributions are welcome! If you'd like to contribute, please follow our Contribution Guidelines.

Contributors

License

This project is Distributed under the ISC License. See LICENSE for more information.

Contact

If you have any questions or suggestions, feel free to reach out to us at Gmail.

Acknowledgment

We'd like to thank the open-source community and the creators of Node.js, Express, and MongoDB for their valuable contributions.

We would also like to thank the contributors to this project for their valuable contributions.

Happy Learning

get-youtube-subscribers's People

Contributors

abhi1o avatar amangiri7 avatar daminigadpal avatar

Stargazers

lokesh purigi avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.