Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (38 loc) · 842 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 842 Bytes

Air Bot

About

Check air pollution in cities around the world via the Dialogflow bot.

Setup

1. Clone repo
git clone https://github.com/great-bots/air-bot.git
2. Go to project directory
cd air-bot
3. Set environment variables
  • Copy env.example.json file to env.json
  • Set environment variables in env.json
4. Go to functions directory
cd functions
5. Install dependencies
npm i

# Or, use yarn
yarn
6. Run
npm start

# Or, use yarn
yarn start

Build with

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada