Skip to content

Team-Tentickles/API_Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API_Tests

Testing ROVI and ECHO API on Node.JS

#Echo API Messing around with some API calls onto the echonest API using a node.js client made by dinostheo

#Rovi API Messing around with some API calls onto the Roci API using a node.js client made by reccanti

#Installation npm install

npm start

##Future Work So the server is gonna send an object in the structure of:

{
  first:{
    images:[
      {url: <image url>}
      {url: <image url>}
    ],
    video:[
      {url: <video url>}
    ],
    influecers:[
      {name: <Influencer name>},
      {name: <Influencer name>}
    ]
  },
  second:{
    <With all the same properties as first>
  },
  similar:{
    <With all the same properties as first and second>
  }
}

So, for example, if I wanted to get the second image of the second artist, I would use:

second.images[1].url

If I wanted to get the first influecer of the similar artist, I would use:

similar.influencers[0].name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published