A small clojure project where played around with some weather data.
Go to file
Nils Norman Haukås 00d588abfd update readme, add nogithub badge 2024-01-22 20:18:44 +01:00
doc initial commit 2014-11-14 17:02:57 +01:00
resources initial commit 2014-11-14 17:02:57 +01:00
src/weather_data Changed clojure code to be more idiomatic. Uses pop instead of butlast and peek instead of last. 2014-11-17 13:22:25 +01:00
test/weather_data found rainiest period. cleaned up tests. adjusted a bit of formatting. 2014-11-17 12:45:40 +01:00
.gitignore initial commit 2014-11-14 17:02:57 +01:00
LICENSE initial commit 2014-11-14 17:02:57 +01:00
README.md update readme, add nogithub badge 2024-01-22 20:18:44 +01:00
nogithub-badge.svg update readme, add nogithub badge 2024-01-22 20:18:44 +01:00
project.clj Update project.clj 2014-11-15 23:31:17 +01:00

README.md

rainy-periods

Please don't upload to GitHub

A simple project where I played around with some weather data. There were two questions I wanted to solve.

  1. How to find the most rainy day (solved).
  2. How to find the longest continuous period of rain (solved).

Usage

  1. Download the project using git clone
  2. Tests may be run with lein test. What is Lein you say? Here you go. :)

License

The MIT License (MIT)

Copyright (c) 2014 Nils Norman Haukås

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.