GithubHelp home page GithubHelp logo

isabella232 / snips-action-weather Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snipsco/snips-action-weather

0.0 0.0 0.0 1.03 MB

Snips action code for the Weather app

License: MIT License

Shell 0.20% JavaScript 0.18% TypeScript 99.62%

snips-action-weather's Introduction

snips-action-weather

Snips action code for the Weather app

Build Status

Setup

# Install the dependencies, builds the action and creates the config.ini file.
sh setup.sh

Don't forget to edit the config.ini file.

To be able to make calls to the API, you must have a OpenWeatherMap API key (5 day / 3 hour forecast).

An assistant containing the intents listed below must be installed on your system. Deploy it following these instructions.

Run

  • Dev mode:
# Dev mode watches for file changes and restarts the action.
npm run dev
  • Prod mode:
# 1) Lint, transpile and test.
npm start
# 2) Run the action.
npm run launch

Test & Demo cases

This app only supports french ๐Ÿ‡ซ๐Ÿ‡ท and english ๐Ÿ‡ฌ๐Ÿ‡ง.

WeatherForecast

Ask for current weather or weather forecast at a given location for a specific date

Get the weather forecast at a given location

Hey Snips, what will be the weather for tuesday?

Get the weather forecast for a specific date

Hey Snips, the weather for Seffner in Belarus?

Get the weather forecast at a given location for a specific date

Hey Snips, tell me the weather for the day after tomorrow in Ohio

TemperatureForecast

Ask for a temperature report a given location and a given date

Get the temperature report for the given location

Hey Snips, what's the current temperature in Paris?

Get the temperature report for a specific date

Hey Snips, temperature forcast for tonight

Get the weather forecast for the given location for a specific date

Hey Snips, give me the predicted temperatures for Spain over the week

WeatherConditionRequest

Ask specific questions about weather / forecast in a certain location

Ask for a specific question about the weather including a date

Hey Snips, should I expect rain today? Hey Snips, should I take my umbrella?

Ask for a specific question about the weather including a location and a date

Hey Snips, should we expect snow flakes this afternoon at 6pm in France?

Debug

In the src/index.ts file:

// Replace 'error' with '*' to log everything
logger.enable('error')

Test

Requires mosquitto to be installed.

npm run test

In test mode, i18n output and http calls are mocked.

  • http: mocks are written in tests/httpMocks/index.ts
  • i18n: mocked by snips-toolkit, see the documentation.

snips-action-weather's People

Contributors

coorfun avatar elbywan avatar mariaisabeldiazsaezsonos avatar thomas-bouvier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.