Skip to content
/ wgo Public

WGO is a mini website built using Yeoman + Angular. It consists in a integration between Flickr api and Nokia maps

Notifications You must be signed in to change notification settings

drix/wgo

Repository files navigation

WGO

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).

Development tools

ANGULAR ANGULAR YEOMAN YEOMAN YEOMAN YEOMAN

Installing

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

Automation

  • Run locally using grunt:

grunt server

  • Unit tests:

grunt test

  • Make the distribution package:

grunt

Deploying

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!

License

MIT License

Thanks!

About

WGO is a mini website built using Yeoman + Angular. It consists in a integration between Flickr api and Nokia maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published