Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caranea/webusagetrackerserver
https://github.com/caranea/webusagetrackerserver
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caranea/webusagetrackerserver
- Owner: Caranea
- Created: 2019-02-11T12:44:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:13:54.000Z (about 2 years ago)
- Last Synced: 2024-11-23T17:15:55.204Z (2 months ago)
- Language: JavaScript
- Size: 641 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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
```