a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 лет назад
..
LICENSE connection between front end and database 6 лет назад
README.md connection between front end and database 6 лет назад
index.js connection between front end and database 6 лет назад
package.json connection between front end and database 6 лет назад

README.md

var correct = require('spdx-correct')
var assert = require('assert')

assert.equal(correct('mit'), 'MIT')

assert.equal(correct('Apache 2'), 'Apache-2.0')

assert(correct('No idea what license') === null)