Skip to content

GraphQL API for querying for weather models, info about them, their run times, etc.

License

Notifications You must be signed in to change notification settings

matthewjohnston4/weather-model-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Weather Forecasting Model API

This is a simple GraphQL API that gives access to information about weather forecasting models, including their run times, their resolutions, etc.

The API is presented using GraphQL and ApolloServer, and requires minimal setup.

Prerequisites

  • Node.js (tested with version 10.9.0)
  • Yarn (or you can try NPM and it'll probably work, but Yarn is what the project uses).

Setup

  1. Clone the repository.
  2. In the root of the repo, run yarn, which will install dependencies.
  3. Run node index.js.
  4. Go to localhost:4000 in your browser.

Contributing

Pull requests are welcome, desired, and delightful - specifically where the model data in data.js is concerned.

About

GraphQL API for querying for weather models, info about them, their run times, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published