Skip to content

Itisfilipe/image-search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Image Search API

Usage:

https://immense-earth-4759.herokuapp.com/api/imagesearch/cats%20funny?offset=2

Output:

[
{
url: "http://i.imgur.com/T9hRUXL.png",
snippet: "What happened to just funny shit and cats?",
context: "http://imgur.com/T9hRUXL"
},
{
url: "http://imgur.com/a/LWssZ",
snippet: "Cats are funny",
context: "http://imgur.com/LWssZ"
}
]

Usage:

https://immense-earth-4759.herokuapp.com/api/latest/imagesearch/

Output:

[
{
term: "cats funny",
when: "2016-01-06T03:17:35.252Z"
},
{
term: "cats funny",
when: "2016-01-06T03:11:08.419Z"
},
{
term: "cats funny",
when: "2016-01-06T03:10:12.366Z"
},
{
term: "lolcats funny",
when: "2016-01-06T03:09:57.284Z"
},
{
term: "lolcats funny",
when: "2016-01-06T03:09:34.128Z"
},
{
term: "cat lol",
when: "2016-01-06T02:37:26.780Z"
},
{
term: "cat",
when: "2016-01-06T02:37:22.079Z"
}
]

About

๐Ÿ”Ž NodeJS API to search for images on imgur.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published