Skip to content

pmccall33/my-cellars-node-express-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A lightweight node.js API to access google trends data specifically for wine-merchant app

API Calls example format:

post_req_one = HTTParty.post(ENV['SERVER_URL'] + "/trends",
      body: {
        keyword_one: @wine.winemaker,
        keyword_two: @wine.wine_name,
        keyword_three: "natural wine"
      }.to_json,
      headers: { 'Content-Type' => 'application/json' }
    )
    @wine_trends_data_one = []
    data_points_one = (120..((post_req_one["default"]["timelineData"].length) - 1)).to_a

Developer - peter mccall murray

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors