
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Get audio metrics from your Discogs collection
Take a folder from a Discogs collection, and get audio metadata from Spotify's API for every track.
Thing ain't quite done. Don't use it. 💕
npm i fevr
You'll need API keys for both Discogs and Spotify. Because this library only culls from public data, no OAuth business is involved in setting things up.
import Fevr from 'fevr';
const f = new Fevr(opts);
f.get('gakimball', 0).then(tracks => {
// `tracks` is an array of objects
console.log(f.format(tracks));
});
Create a parser instance with a set of API credentials.
opts
(Object): instance options.
opts.discogsKey
(String): Discogs application ID.opts.discogsSecret
(String): Discogs application secret.opts.spotifyKey
(String): Spotify application ID.opts.spotifySecret
(String): Spotify application secret.Get track metadata for a user's collection or folder.
user
(String): Discogs user.folder
(Integer): Collection folder.
0
gets everything.1
gets uncategorized records.Returns a Promise containing an array of objects. Each object is a track with metadata.
Format track metadata as an ASCII table. Includes these columns for now:
Returns a string of the table.
git clone https://github.com/gakimball/fevr
cd fevr
npm install
npm test
MIT © Geoff Kimball
FAQs
Get audio metrics from your Discogs collection
The npm package fevr receives a total of 0 weekly downloads. As such, fevr popularity was classified as not popular.
We found that fevr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.