All Projects → lpgray → 12306 Cli

lpgray / 12306 Cli

command line tool for 12306.cn 🚄

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to 12306 Cli

Npm Compare
Compare npm packages from your terminal
Stars: ✭ 55 (-5.17%)
Mutual labels:  cli
Mkcli
Markdown command line interface definition
Stars: ✭ 56 (-3.45%)
Mutual labels:  cli
Taskbook
Tasks, boards & notes for the command-line habitat
Stars: ✭ 8,326 (+14255.17%)
Mutual labels:  cli
Bangjago Android Emulator
simple android emulator cli for mobile development
Stars: ✭ 56 (-3.45%)
Mutual labels:  cli
Dress
👗 Dress up your stdout
Stars: ✭ 55 (-5.17%)
Mutual labels:  cli
Unpuzzled
A colorful CLI library with variable provenance.
Stars: ✭ 57 (-1.72%)
Mutual labels:  cli
Rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
Stars: ✭ 1,080 (+1762.07%)
Mutual labels:  cli
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+15087.93%)
Mutual labels:  cli
Movtogif Cli
📺 Convert mov/mp4 to high-quality animated gifs
Stars: ✭ 56 (-3.45%)
Mutual labels:  cli
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (+0%)
Mutual labels:  cli
Easyv2
Visit v2ex in terminal
Stars: ✭ 56 (-3.45%)
Mutual labels:  cli
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-3.45%)
Mutual labels:  cli
Dvm
Fast and simple Deno runtime version manager written in OCaml
Stars: ✭ 58 (+0%)
Mutual labels:  cli
Batchimageprocessor
A Mass Image Processing tool for Windows
Stars: ✭ 55 (-5.17%)
Mutual labels:  cli
Spotify Tui
Spotify for the terminal written in Rust 🚀
Stars: ✭ 11,061 (+18970.69%)
Mutual labels:  cli
Rff Cli Example
An example of how to use 🏁 React Final Form in a CLI application with Ink
Stars: ✭ 55 (-5.17%)
Mutual labels:  cli
Gemfury
Gemfury CLI and API client
Stars: ✭ 56 (-3.45%)
Mutual labels:  cli
Wsdirector
All the world's a server, and all the men and women merely clients
Stars: ✭ 58 (+0%)
Mutual labels:  cli
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+14260.34%)
Mutual labels:  cli
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (+0%)
Mutual labels:  cli

12306-cli

12306 修改了查询接口数据格式,本项目暂时不可用,请周知

NPM Version

看到网上有个小伙伴用 python 实现了一款火车票查询工具,因此萌生了用 JavaScript 实现的冲动。此工具在 osx 下开发,windows 尚未测试。

用到的工具

  • chalk - 命令行字体加色
  • request - http client
  • commander - 命令行程序框架
  • columnify - 命令行表格格式化工具

安装

> npm i -g 12306-cli

使用说明

帮助

> 12306 query -h

查询车票

> 12306 query hangzhou xuzhou 2016-09-20

> 12306 query 杭州 徐州 2016-09-20

只看高铁

> 12306 query hangzhou xuzhou 2016-09-20 --gaotie
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].