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

https://github.com/michaeljscript/js-tracker


https://github.com/michaeljscript/js-tracker

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple tracker

## Start

- Make sure you run Redis on your computer

- Run following snippets
```
git clone https://github.com/MichalSzorad/js-tracker

cd js-tracker

npm install

npm test

npm start
```

- Go to http://localhost:8000/

## Endpoints
- `/track` method `POST`
- `/count` method `GET`