Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 736 Bytes

linkedin_

Returns the google results from speific queries. It's a React frontend and Node with Express on the backend. Search is enabled using a programmable search engine and the custom search api from google.

Example: Enter a valid linkedin url and obtain the google search results of that query. You can return between 1 or 5 results for query by editing the number (next to search button).

To run the app:

On the Project root run npm install

On the Client root run npm install run npm start

On the Server: run npm install run nodemon or nodemon start

Make sure to create a .env file following the .env_copy format. The api key is provided by google's programmable search engine as well as the engine id.