badge-server
Simple express server for serving badges
Once running, badges can be generated and retrieved with the URI
/:user/:package/:badge
, eg /bytesnz/badge-server/npm
.
Available Badges
Configuration
The available badges need to be configured in a config.json
file that should
be located in the current working directory.
/** * Definition for the configuration file for badge-server * Should be located in the current working directory */
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.0.0] - 2018-07-10
Initial Release