Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqada/toggline
Toggl Timeline Viewer
https://github.com/moqada/toggline
Last synced: about 1 month ago
JSON representation
Toggl Timeline Viewer
- Host: GitHub
- URL: https://github.com/moqada/toggline
- Owner: moqada
- License: mit
- Created: 2016-01-02T10:55:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T11:58:32.000Z (10 months ago)
- Last Synced: 2024-11-05T09:52:43.515Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toggline
[![Build Status][travis-image]][travis-url]
[![Coverage Status][codecov-image]][codecov-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![DevDependency Status][daviddm-dev-image]][daviddm-dev-url]
[![License][license-image]][license-url]Toggl Timeline Viewer
## Development
```
$ git clone https://github.com/moqada/toggline.git
$ cd toggline
$ npm i && npm start
```[travis-url]: https://travis-ci.org/moqada/toggline
[travis-image]: https://img.shields.io/travis/moqada/toggline.svg?style=flat-square
[daviddm-url]: https://david-dm.org/moqada/toggline
[daviddm-image]: https://img.shields.io/david/moqada/toggline.svg?style=flat-square
[daviddm-dev-url]: https://david-dm.org/moqada/toggline#info=devDependencies
[daviddm-dev-image]: https://img.shields.io/david/dev/moqada/toggline.svg?style=flat-square
[codecov-url]: https://codecov.io/github/moqada/toggline
[codecov-image]: https://img.shields.io/codecov/c/github/moqada/toggline.svg?style=flat-square
[license-url]: https://github.com/moqada/toggline/blob/master/LICENSE
[license-image]: https://img.shields.io/github/license/moqada/toggline.svg?style=flat-square