Skip to content

api server for fetching testimonials; POST to `/new` receives generic link, details are fetched and uploaded to a postgres database; fetch all testimonials from `/raw`

Notifications You must be signed in to change notification settings

probablyangg/wall-of-love-api

 
 

Repository files navigation

Wall of Love

API reference

GET {baseUrl}/wol/

testing connection

POST {baseUrl}/wol/new

  • accepts an array of objects in the data field
  • object form
  • fetches data from the link (slack/twitter)
  • uploads (url, author name, author image, text) to postgres

GET {baseUrl}/wol/raw

  • returns raw json of all testimonials

About

api server for fetching testimonials; POST to `/new` receives generic link, details are fetched and uploaded to a postgres database; fetch all testimonials from `/raw`

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Procfile 0.3%