Skip to content

A simple Weather Bot built using Node.js and Yahoo's Weather API

Notifications You must be signed in to change notification settings

guruduttperi/vanilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanilla

Vanilla is a simple Weather Bot that runs in Terminal. It was developed using Node.js and Yahoo's Weather API. I used YQL, Yahoo's Structured Query Language to retrieve geolocation data, and find each place's "Where on Earth ID" to get details weather such as weather and temperature.

I used Nodemon for running the bot, and used XRegExp to get patterns in the user's input string by converting the string to Regular Expressions.

Steps to run the bot:

  1. Download the Zip File and Extract.

  2. Open the folder and start "Terminal".

  3. Install the following:

    npm install nodemon

    npm install xregexp

    npm install yql

  4. Run the bot:

    nodemon app.js

screenshot

Releases

No releases published

Packages

No packages published