文件名称:treehouse_profile.js:用于Node.js的npm软件包,用于从Treehouse API中检索JSON中的Treehouse配置文件信息
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-12 11:30:04
JavaScript
treehouse_profile 一个用于Node.js的npm软件包,用于从Treehouse API中检索JSON中的Treehouse配置文件信息。 基本用法 var Profile = require ( "treehouse_profile" ) ; var studentProfile = new Profile ( "chalkers" ) ; /** * When the JSON body is fully received the * the "end" event is triggered and the full body * is given to the handler or callback **/ studentProfile . on ( "end" , console . dir ) ; /** * If a parsing, network o
【文件预览】:
treehouse_profile.js-master
----package.json(684B)
----profile.js(1KB)
----README.md(581B)