country-flags
v0.0.2
Published
Flags image service
Readme
Country Flags server in Node.JS
Serve country flags images.
Example
var cf = require('country-flags')
, connect = require('connect')
var app = connect()
app.use(cf.middleware())
app.listen(1337)
This is equialent to running
country-flags-server 1337Seaport
Country Flags is seaport compatible:
seaport host:port service country-flags-serverInstall
npm install -g country-flagsLicence
MIT
