Giter VIP home page Giter VIP logo

nomadlist-cli's Introduction

Nomadlist CLI

Get cities from nomadlist.com

GitHub release npm GitHub license

Install:

$ npm install -g nomadlist-cli

Usage:

$ nomadlist --help

  Usage
    $ nomadlist             list of all cities
    $ nomadlist <city>      search for a city
    $ nomadlist --option    list of a specific option

  Example
    $ nomadlist
    $ nomadlist sao-paulo
    $ nomadlist new-york-city
    $ nomadlist --cheap
    $ nomadlist --nightlife

  Options
    --cheap                 less than $750/m to live
    --internet              with fast internet (> 15mbps)
    --work                  with places to work
    --safe                  safe cities
    --warm                  warm weather (above 21°C or 70°F)
    --affordable            less than 1250/m to live
    --mid                   less than 3000/m to live
    --expensive             over $3000/m to live
    --cold                  cold cities (less than 20°C or 68°F)
    --mild                  mild cities (between 16°C and 25°C or between 60°F and 77°F)
    --hot                   hot cities (above 30°C or 75°F)
    --air                   air quality as mensured by the AQI index
    --nightlife             great nightlife, clubs, festivals and culture
    --friendly              friendliness to foreigners

License

MIT © Bu Kinoshita

API: Nomadlist

nomadlist-cli's People

Contributors

bukinoshita avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jzarca01

nomadlist-cli's Issues

Add warm flag

Add warm flag that returns a list of only warm cities (< 32C)

$ nomadlist --warm

or

$ nomadlist -w

Add cheap flag

Add cheap flag that returns a list of only cheap cities (< $1250/m)

$ nomadlist --cheap

or

$ nomadlist -c

Add hot flag

Add hot flag that returns a list of only hot cities (> 32C)

$ nomadlist --hot

Add cold flag

Add cold flag that returns a list of only cold cities (< 20C)

$ nomadlist --cold

Add internet flag

Add internet flag that returns a list of cities with internet > 15mbps

$ nomadlist --internet

or

$ nomadlist --i

Add expensive flag

Add expensive flag that returns a list of only expensive cities (> $3000/m)

$ nomadlist --expensive

Add affordable flag

Add affordable flag that returns a list of only affordable cities (< $3000/m)

$ nomadlist --affordable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.