Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.