Update README.md

This commit is contained in:
Nils 2014-11-15 23:29:45 +01:00
parent cc80b04feb
commit 824668e850

View file

@ -1,14 +1,35 @@
# weather-data
# rainy-periods
A Clojure library designed to ... well, that part is up to you.
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 (unsolved).
## Usage
FIXME
1. Download the project using ´git clone´
2. Tests may be run with ´lein test´.
## License
Copyright © 2014 FIXME
The MIT License (MIT)
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.
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.