Skip to content

Paste a package.json and get a list of github releases for every version in gleam ✨

Notifications You must be signed in to change notification settings

willemclarke/whats-changed-gleam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gleam-whats-changed

  • port of my existing whats-changed app to gleam for fun!
  • wisp backend
  • lustre front-end

Paste a package.json and get back a list of releases for each dependency that are greater than your provided version.

Backed by a SQLite DB which has releases for some dependencies to try make requests faster. If a dependency isn't in the cache, requests will slow down considerably (some package.json's have taken like 40 seconds for me) as I have to fetch the data from NPM and then paginate Github for the releases.. but they are written into DB as we go -> so for each new request, the subsequent request will faster!!. For convenience, I ignore any dependencies prefixed with @types/ as they don't really add much value IMO.

Preview images: image

image

About

Paste a package.json and get a list of github releases for every version in gleam ✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published