nguyenngoc2505 / google_adwords

3 stars 0 forks source link

Google Adwords

Extract Google search results by keyword.

Live Demo

https://google-adwords.herokuapp.com/ Account: google_adwords_demo@gmail.com / Aa@123456

How to run

Development

bundle exec rake db:setup
bundle exec rails s

Test

RAILS_ENV=test rake db:create db:migrate
bundle exec rspec