Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
/ pilot Public archive

Keep an eye on your favourites npm packages

License

Notifications You must be signed in to change notification settings

singuerinc/pilot

Repository files navigation

CircleCI codecov Known Vulnerabilities Codacy Badge

Pilot

Aggregates information from NPM, Bitbucket among other services and exposes an API to keep an eye on your favourites npm packages.

API

REST Graphql
/api/v2/branches?project=x1&repo=x2 allBranches: [Branch]
/api/v2/commits?project=x1&repo=x2 allCommits: [Commit]
/api/v2/releases/all?package=pkg1 allReleases(packageName: String!): [Release]
/api/v2/releases/tags?package=pkg1 allReleaseTags(packageName: String!): [Release]

About

Keep an eye on your favourites npm packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published