primer / releases

Get data on the latest Primer releases

Home Page:https://releases.primer.style/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@primer/releases

This is both an npm package and a web service for getting the latest Primer release data from both npm and GitHub.

Node

To use it in Node, install it with:

npm install --save @primer/releases

The main module export is an async function that returns an object:

const getReleases = require('@primer/releases')

const {releases, packages} = await getReleases()
console.log('latest release:', releases[0])
console.log('primer packages:', packages)

API

The JSON API is available at:

releases.primer.style/api

Query string parameters and request body are ignored, and there is no caching.

About

Get data on the latest Primer releases

https://releases.primer.style/api

License:MIT License


Languages

Language:JavaScript 100.0%