dchima / whale

weather api w ruby + graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whale

Simple weather tracking graphql api

Goal

We'll be using the OpenWeather JSON REST api https://openweathermap.org/api to fetch daily weather information for users.

  • A user should be able to fetch daily weather details in his/her area
  • subscribe to daily weather forecasts
  • cancel daily subscriptiosns

Learning points

  • rails + graphql
  • sending synchronous emails
  • sending asynchronous emails
  • scheduling asynchronous tasks
  • firing off routine tasks
  • interactors
  • talking with external services
  • testing

meta

rails version => 3.02

About

weather api w ruby + graphql

License:MIT License


Languages

Language:Ruby 97.4%Language:HTML 2.4%Language:JavaScript 0.2%