Skip to content

tellnes/country-flags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published