V1 was built using Sinatra
+ Postgres
.
I lost those files and built V2 from scratch using MeteorJS
+ Mongo
.
- Text-to-Speech for each Pokemon's page
- Interactive Buttons
- Toggleable Pokemon Theme Song
- Pokéapi for stats
- Pokestadium for sprites
- Pokemon.com for show images
- mattytemple/speak-js for TTS
To Download sprites from Pokestadium to local repo:
for i in {1..151}; do
curl -o /destination/path/$i.png http://www.pokestadium.com/assets/img/sprites/$i.png
done
Copyright © 2016
Distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.