Skip to content

evmorov/youfollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouFollow

View web app here.

YouFollow provides you information about the people you follow at GitHub. For unauthenticated requests, the rate limit allows you to make up to 60 requests per hour to GitHub API, so you need to sign in.

The project is in alpha.

What's inside

What's not here

Deploy

Deployed to Heroku using Heroku Buildpack for create-react-app.

Just type git push heroku master and everything will work.

Limitations

  • Currently only the first 30 repositories are shown. Need to add a pagination.

How to start

  1. Clone
  2. Register a GitHub application
  3. Deploy a server for getting a token from GitHub
  4. Create .env file
  5. yarn install
  6. yarn start

Development

To lint all js and jsx files:

yarn run lint