Skip to content

Sample rails application using Creatary sms and location API to deliver weather forecast to subscriber

Notifications You must be signed in to change notification settings

creatary/world-weather-app

Repository files navigation

World Weather Application

Sample application on top of Creatary platform. Receives weather forecast inquiry via SMS and responds with SMS containing weather conditions fetched from google API. Uses Creatary location API to locate subscriber

More information on www.creatary.com

Installation

To use application you need to deploy it in web and connect to Creatary platform

Deployment on heroku

  • install heroku client $ wget -qO- https://toolbelt.heroku.com/install.sh | sh
  • login using your heroku account $ heroku login
  • create application $ heroku create --stack cedar
  • push your changes to heroku $ git push heroku master

Connecting to Creatary

For more information about connecting your application to Creatary platform on www.creatary.com/documentation

Usage for Subscriber

weather - returns weather forecast for you current location weather London - returns weather forecast for given location

Testing

To run the tests:

$ rake spec

About

Sample rails application using Creatary sms and location API to deliver weather forecast to subscriber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors