Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

primer/releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

Releases

No releases published

Packages

No packages published