Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dexafree committed Nov 14, 2015
1 parent fe99f04 commit 4997fae
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# SeriesCountdown

SeriesCountdown is an Open Source Android application that allows you to check when will the next episode of your favorite series be available.

It was mainly created for testing all the new goodies that the new Support libraries brought us, and finally ended being an useful application.

SeriesCountdown gets all the information from the web [EpisoDate](https://www.episodate.com/), whose owner was so nice that, when knew that I was doing it by scrapping, offered me a very nice API so I could get the information more easily.

## Screenshots

![Screenshot](http://i.imgur.com/xSKQU9f.jpg)

![Detail View](http://i.imgur.com/fWAIIFO.jpg)

![Detail View](http://i.imgur.com/gQ2Pxym.jpg)

![Tablet View](http://i.imgur.com/8C9YHJf.jpg)

## Libraries used

* [Picasso (Square)](https://github.com/square/picasso)
* [ButterKnife (Jake Wharton)](https://github.com/JakeWharton/butterknife)
* [AsyncJob (Arasthel)](https://github.com/Arasthel/AsyncJobLibrary)
* [RecyclerView Animators (Wasabeef)](https://github.com/wasabeef/recyclerview-animators)
* [RxAndroid](https://github.com/ReactiveX/RxAndroid)
* [RxJava](https://github.com/ReactiveX/RxJava)
* [RxBinding (Jake Wharton)](https://github.com/JakeWharton/RxBinding)
* [GSON (Google)](https://github.com/google/gson)
* [JSoup](https://github.com/jhy/jsoup/)
* [Joda Time](https://github.com/JodaOrg/joda-time)


## Credits
* [EpisoDate](https://www.episodate.com/): Source of information (and also very nice and helpful!)

## License

This software is licensed under Apache v2 which basically means that you can make your own version and it can be private.

Here is a small summary of the license:

```
Copyright 2015 Dexafree
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

0 comments on commit 4997fae

Please sign in to comment.