文件名称:midichlorian:直接从 Node.js 访问 Force
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-19 09:08:06
nodejs star-wars JavaScript
Midichlorian.js - 直接从 Node.js 访问原力 安装 $ npm install --save midichlorian 用法 var midichlorian = require ( 'midichlorian' ) ; midichlorian . people . get ( 1 ) . then ( function ( p ) { //Prints 'Luke Skywalker' console . log ( p . name ) ; } ) ; 请求批量资源时也支持分页 midichlorian . people . get ( { page : 2 } ) . then ( function ( p ) { /** Handle the new results page */ } ) ; 执照 麻省理工学院 :copyright:
【文件预览】:
midichlorian-master
----.travis.yml(139B)
----package.json(976B)
----tests()
--------test_films.js(1KB)
--------bulk_pagination.js(1KB)
--------test_vehicles.js(2KB)
--------test_species.js(2KB)
--------test_people.js(2KB)
--------test_planets.js(2KB)
--------test_starships.js(2KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(51B)
----lib()
--------promising-request.js(653B)
--------swapi.js(1KB)
----README.md(2KB)
----.jshintrc(383B)