/weather

init.ai weather app

Primary LanguageJavaScript

What's the weather?

A sample project built with Init.ai. This is based on the What's the Weather? tutorial.

Make sure to read the Getting Started guide to familiarize yourself with the Init.ai platform.

Usage

  1. Create a new project in the Init.ai Console
  2. Fork or download this repo
  3. Copy its contents and replace your new project contents with the contents of this repo. Be sure to copy all files including the init.yaml and package.json.
  4. Run npm install to install dependencies
  5. Commit and push changes
  6. Go to the project in the Init.ai console
  7. Add your openweather.org API key to behavior/scripts/lib/getCurrentWeather.js
  8. When the language model is trained and deployed, navigate to Chat and start chatting
  9. Hack away!