country-flags

0.0.2 • Public • Published

Country Flags server in Node.JS

Dependency Status

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 1337

Seaport

Country Flags is seaport compatible:

seaport host:port service country-flags-server

Install

npm install -g country-flags

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i country-flags

Weekly Downloads

14

Version

0.0.2

License

MIT

Last publish

Collaborators

  • tellnes