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.
- 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).
- Clone the repository.
- In the root of the repo, run
yarn
, which will install dependencies. - Run
node index.js
. - Go to
localhost:4000
in your browser.
Pull requests are welcome, desired, and delightful - specifically where the model data in data.js
is concerned.