This is a Web companion application for the device WeatherTop 1000, to displays collected readings separated by stations. Allowing user to view the readings, delete them or add new ones.
Navigate to project directory and run:
play idealize
Inside application.conf comment and uncomment shown lines.
application.mode=dev
#application.mode=prod
db.default=mem
#db=${SECRET}
Change application.conf as above
And run:
play run
Inside application.conf comment and uncomment shown lines.
#application.mode=dev
application.mode=prod
#db.default=mem
db=${SECRET}
Set up environment variable on your local machine or server
SECRET=yourPostgreSQLlink
- Fork it (https://github.com/Ygnas/weathertop)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request