Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caranea/webusagetrackerserver


https://github.com/caranea/webusagetrackerserver

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Web usage tracker backend

Backend for chrome extension to track internet browsing habits

Extension repo: https://github.com/Caranea/webUsageTracker

### Version: 1.0.0

### Usage

```sh
$ npm install
```

```sh
$ npm start
# Or run with Nodemon
$ npm run dev

# Visit http://localhost:5000

# Unit tests:
$ npm run test:unit
```