potegni.me scraper
To learn more about the project, visit GitHub organization
- Framework: ExpressJS
Prerequisites:
- Node.js
- Set the
NODE_ENVvariable to "development" in the.envfile - Set RS256 keys
Enter the public key inkeys/public.pem. This should be the same public key as the potegnime-api. For instructions on how to generate a RS256 key pair see potegnime-api README, Development section. - Run the API:
API runs on http://localhost:1337npm install npm run dev
- Be cool
For deployment info consult internal potegnime-wiki
If you want to try out the production build locally run:
npm start