An open API service indexing awesome lists of open source software.

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

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.