8000 GitHub - alexjs/country-flags
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexjs/country-flags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0