GithubHelp home page GithubHelp logo

teddymcw / weather-alerts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from allhailhypnotoad/weather-alerts

0.0 2.0 0.0 105 KB

Service that takes location data from foursquare check-ins and warns users if bad weather is forecast in the area.

weather-alerts's Introduction

weather-alerts

Service that takes location data from foursquare check-ins and warns users if bad weather is forecast in the area.

App Overview

This app should be able to do the following when done.

  1. Pull the location from a check-in
  2. Pull the Lat and Long from this location
  3. Using the Lat and Long contact NOAA
  4. Get the forcast from NOAA
  5. Use either Twellio or e-mail to send the forcast to you.

Requirements

  • Python 2.7
  • NOAA API
  • Twillio API Library - pip install twillio
  • Foursquare API Library - pip install foursquare
  • Postgres / Postgis

Installation Instructions

  • git clone repository
  • cd repository folder
  • virtualenv .
  • . bin/activate
  • pip install -r requirements.txt
  • python db_create.py

To DO (roughly in order of priority)

  • Foursquare API prototype
  • NOAA Data examples
  • Twilio Messaging Script
  • Look into using OAuth2 to simplify login process
  • Setup SQLAlchemy with a POstgresDB
  • Create alert model for db
  • Create alert view for flask

weather-alerts's People

Contributors

abutton avatar plesf avatar payoung avatar

Watchers

James Cloos avatar  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.