Skip to content

kyleheney/glide-fetch-column

 
 

Repository files navigation

Glide Fetch Column

Fetches JSON data from a public API and transforms it with an optional jq query.

Example: Fetch a Cat Fact

  1. Set URL to https://cat-fact.herokuapp.com/facts to fetch cat facts.
  2. Set query to .[0].text to get the text of the first fact.

Development

$ npm install
$ npm run build
$ npm test

About

Fetch and transform JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.8%
  • JavaScript 17.2%