文件名称:nodepokedex:访问 pokeAPI 并返回特定 pokemon 数据的 Web 应用程序
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-20 19:00:24
JavaScript
节点图鉴 访问 pokeAPI 并返回特定 pokemon 数据的 Web 应用程序。 使用 node app.js 启动应用程序 应用程序在端口 8081 上启动。 路线是 /search 输入口袋妖怪的名称会返回有关它的信息。 TODO:需要在输入拼写错误时进行错误处理,还需要一种返回 /search 的方法。 也可以使用一些更好的样式。
【文件预览】:
nodepokedex-master
----public()
--------stylesheets()
----views()
--------search.jade(205B)
--------layout.jade(124B)
--------pokemon.jade(809B)
--------error.jade(84B)
--------index.jade(66B)
----app.js(2KB)
----list.json(10KB)
----pokemonList.js(1KB)
----README.md(353B)
----.gitignore(29B)
----bin()
--------www(262B)
----routes()
--------pokemon.js(3KB)
--------users.js(197B)
----package.json(402B)