Skip to content

mgnsharon/gcloud-dns

Repository files navigation

Google Cloud DNS Editor

####Overview The Google Cloud DNS Editor is a GUI for managing your DNS Zones using the Google Cloud Platform API.

See it in action: GCloud DNS Editor

####Requirements

  • NodeJS
  • Bower

####Installation

npm install
bower install

####Gulp Tasks

gulp dev  #Development - builds application, runs express server, watches for changes

gulp tdd  #TDD - Test Driven Development, automatically runs mocha units tests as you edit files.

gulp test #Test - Run mocha unit tests using PhantomJS and exits

Technologies Used