WGO is a website built by Adriano Spadoni using Yeoman + Angular. You can check it out on the live url. It consists in a integration between Flickr api and Nokia maps (HERE).
npm install -g yeoman
- Download the project
https://github.com/drix/wgo
- Or clone using the follow command and you are ready to go
git clone [email protected]:drix/wgo.git
- Run locally using grunt:
grunt server
- Unit tests:
grunt test
- Make the distribution package:
grunt
For deploy to the server, you need first create a file .ftppass
in the root of the project with the follow info
{ "adrianospadoni.net": { "username": "aspadoni", "password": [PASSWORD GOES HERE] } }
And then just run:
grunt deploy
That's it! it's alive!
MIT License
Thanks!