Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

haxiom/benicio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benicio

benico del toro

A collector of links.

Rest API

Service

To start the service:

npm start

GET

You can then get a total list of links like so:

curl http://localhost:3000/api/links

To get only youtube videos:

curl http://localhost:3000/api/links?type=youtube

To get the 3rd page of 5 entries:

curl http://localhost:3000/api/links?_limit=5&_offset=15

POST

To Post/Create a new link:

curl -d "user=joeshmoe" -d "url=http://lejeunerenard.com/" -d "type=article" -d "caption=This is a really cool site" http://localhost:3000/api/links

Tools

Converter

To convert the current logged links:

npm run scrape

Open tool

To open the most recent link on haxfred:

npm run open

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •