Giter Club home page Giter Club logo

most-followed-github-users-api's Introduction

Most Followed GitHub Users (API)

Returns a list of the top 50 most followed GitHub users in a particular country

go deta github

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository
  2. Navigate to the project directory
  3. Set the required environment variables
  4. Install the project dependencies using go get ./...
  5. Build the project using go build -o main ./app
  6. Run the project using ./main

Environment Variables

The project requires certain environment variables to be set in order to function properly. You can find a list of required variables in the .env.example file.

The project is flexible when it comes to loading the environment variables. You can use any of the following ways to set the environment variables:

  • Create a .env file in the root directory of the project and add your variables there. The project will automatically read these variables on startup.
  • Set environment variables directly in your shell using the export command. For example, you could run export GITHUB_API_TOKEN=your_token to set the GITHUB_API_TOKEN variable. Note that this method will only set the variable for the current shell session.
  • When running the compiled executable file, you can set environment variables inline like this: GITHUB_API_TOKEN=your_token ./main. This will set the GITHUB_API_TOKEN variable specifically for the execution of that command.

Issues

If you encounter any issues with the project, please report them on the GitHub issue tracker.

Contributing

If you would like to contribute to the project, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Make your changes and commit them
  4. Push your changes to your forked repository
  5. Open a pull request

most-followed-github-users-api's People

Contributors

kerolloz avatar

Watchers

 avatar  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.