iamstarkov / topics-manager

Serverless App to manage GitHub repos' topics
https://topics-manager.now.sh
6 stars 0 forks source link
asdasd topics topics-manager

Topics Manager

Serverless App to manage GitHub repos' topics

General pre-requisites

  1. Node.JS 10+ LTS
  2. Yarn

Local development pre-requisites

  1. Register a new OAuth application
  2. Fill anything in all the fields
  3. But set callback url as http://localhost:3000/auth/github/callback
  4. Hit "Register application"
  5. Copy Client ID and Client Secret
  6. Rename .env.example to .env and update it with your secrets accordingly. See dotenv usage example for reference.

Getting started

git clone git@github.com:iamstarkov/topics-manager.git
cd topics-manager
yarn

Available scripts

Developer Experience stack

General Tech stack

Integrations

License

MIT © Vladimir Starkov