https://github.com/timwis/septakey-api
A REST API providing basic functions of septakey.org
https://github.com/timwis/septakey-api
Last synced: about 2 months ago
JSON representation
A REST API providing basic functions of septakey.org
- Host: GitHub
- URL: https://github.com/timwis/septakey-api
- Owner: timwis
- Created: 2017-10-16T10:52:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T10:58:24.000Z (over 7 years ago)
- Last Synced: 2025-03-11T14:53:39.464Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# septakey-api
A REST API providing basic functions of [septakey.org](https://septakey.org).
Uses [Puppeteer](https://github.com/GoogleChrome/puppeteer) for web scraping.## local development
```bash
npm install
npm start
```
Then make a `POST` request to `localhost:3000/register` with a JSON body
following [this schema](lib/schemas.js).Set `NODE_ENV=production` to go fully headless.