Smart India Hackathon 2020 Problem Statements
See my instance of app on Heroku
3. Signup/Signin on WrapApi v2, bookmark the API and generate your own API key.
4. Create Environment Variable with value as given (in production mode on hosting platform) OR create config.json
file in root directory of cloned repository with the following content (in development mode on local machine).
// Environment Variables
USERNAME = your wrapapi username
REPOSITORY = your wrapapi repository name
ENDPOINT = repository's endpoint name
KEY = your wrapapi key
TOTALPAGES = 36
// config.json
{
"username": "your wrapapi username",
"repository": "your wrapapi repository name",
"endpoint": "repository's endpoint name",
"key": "your wrapapi key",
"totalPages": 36
}