0.0.2 • Published 11 years ago

country-flags v0.0.2

Weekly downloads
50
License
-
Repository
github
Last release
11 years ago

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 1337

Seaport

Country Flags is seaport compatible:

seaport host:port service country-flags-server

Install

npm install -g country-flags

Licence

MIT