Skip to content

mario-martinez-se/hackday-sales-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackday-sales-finder

This project uses several Google API in order to analyse a given html page and extract from it a city and a country using a Natural Language engine. Then, it makes two searches in Secret Escapes API in these locations and shows the results.

How to run it locally

This project runs on Node.js + Express, so you will need to have installed node.js and npm.

  1. Clone the repo in your local machine.
  2. Navigate to the project folder.
  3. Run npm install.
  4. Run node index.js

Glitch

You can also remix the following glitch project https://bronze-canoe.glitch.me

Bookmarklet

You can also create a bookmarklet that will send the current url to the app. For that, you just need to create a new bookmark and paste the following in the location field: javascript:(function(){window.location.assign("https://bronze-canoe.glitch.me/find?url_analyse="+document.URL);})();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published