Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trongthanh/info-to-speech
My NodeJS exercise, creating a simple node service to periodically speak out weather info and the like.
https://github.com/trongthanh/info-to-speech
Last synced: 10 days ago
JSON representation
My NodeJS exercise, creating a simple node service to periodically speak out weather info and the like.
- Host: GitHub
- URL: https://github.com/trongthanh/info-to-speech
- Owner: trongthanh
- License: mit
- Created: 2014-09-23T08:14:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T05:24:05.000Z (over 7 years ago)
- Last Synced: 2023-03-11T01:06:40.189Z (over 1 year ago)
- Language: JavaScript
- Size: 570 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> A node service to check weather info periodically and speak out loud
## Getting Started
Install this crontab to execute every hour
```
0 * * * * /usr/local/bin/node /Users/admin/Projects/nau/info-to-speech.git/app.js
```## Documentation
_(Coming soon)_
## Examples
_(Coming soon)_
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com).
## License
Copyright (c) 2014 Thanh Tran
Licensed under the MIT license.