Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnowland/invoice-clarity
Powerful reporting tool integrating Paymo, GitHub, and Wave to bring clarity to your timesheet and invoicing process.
https://github.com/gnowland/invoice-clarity
ejs nodejs
Last synced: about 2 months ago
JSON representation
Powerful reporting tool integrating Paymo, GitHub, and Wave to bring clarity to your timesheet and invoicing process.
- Host: GitHub
- URL: https://github.com/gnowland/invoice-clarity
- Owner: gnowland
- License: mit
- Created: 2018-11-19T19:00:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:26:00.000Z (about 2 years ago)
- Last Synced: 2024-10-14T03:26:28.047Z (3 months ago)
- Topics: ejs, nodejs
- Language: CSS
- Homepage: http://invoiceclarity.com
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoice Clarity
Gain clarity and insight from your billable time.
## Development
This project uses **[yarn](https://yarnpkg.com/)**, **[node](https://nodejs.org/api/)**, **[express](http://expressjs.com/en/api.html)**, and **[ejs](https://ejs.co/)**.
### How it works
1. [Install Yarn](https://yarnpkg.com/en/docs/install) (requires [node](https://nodejs.org/en/download/))
2. Initilize project:```bash
yarn
```3. Launch application
```bash
yarn start
```Then navigate to http://localhost:3000/ in a browser.
## Contributing
Contributions are always welcome, please submit a Pull Request.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details