GithubHelp home page GithubHelp logo

forecast's Introduction

Forecast

This repo contains a semi-randomly evolving app for doing weather forecasts. The main aim is to do some concrete work with different Clojure APIs in order to learn some more of it.

As such, it’s not meant to be really usable, but rather a meaningful and minimalistic playground for me. Should it ever become actually useful, you’re welcome to use it :)

As of now, there’s just a few functions to play with in the REPL. The plans include the creation of a REST API, and further down the line, the addition of a clojurescript app for displaying the forecast data in a nice way.

Note on API keys

Since I’m not keen on getting my own API keys on github, I’ve .gitignore‘d the keys.clj file (which is required for this to work at all). The file requires (so far) API keys for google maps, flickr, and darksky.net. The keys.clj file should contain the following.

(ns forecast.keys)

(def darksky-key "YOUR-KEY-HERE")
(def gmaps-key "YOUR-KEY-HERE")
(def flickr-key "YOUR-KEY-HERE")
(def flickr-secret "YOUR-SECRET-HERE")

forecast's People

Contributors

mvarela avatar

Watchers

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