f569707ab1018b4fdac93a14fcd5e29cfbfa96ce
chikinz
yarn install
Launch:
node index
Service then available at [http://localhost:3000]
Get a token:
curl -H 'Content-Type: application/json' -d '{"password": "..."}' http://localhost:3000/toktok
Use the token:
curl -H 'Content-Type: application/json' -H 'Authorization: Bearer <<token here>>' -d '{data}' http://localhost:3000/wrap
Description
Languages
JavaScript
87.3%
HTML
12.7%