注册
登录
Windows
>>
nodeprojects
>>
返回
项目作者:
mpro34
项目描述 :
Node Js Projects
高级语言:
JavaScript
项目主页:
项目地址:
git://github.com/mpro34/nodeprojects.git
创建时间:
2018-01-02T19:31:20Z
项目社区:
https://github.com/mpro34/nodeprojects
开源协议:
下载
Node JS focused projects
1. node-tests
Setting up automated testing with nodemon for a simple Express web server.
Dependencies
Dev: Express
Tst: Mocha, Expect, Rewire, Supertest
2. node-todo-api
Creating a Todo application REST API that hooks into a database and is hosted on Heroku
Dependencies
Dev: Mongodb, Mongoose, Lodash, Express, Body-parser
Tst: Expect, Mocha, Nodemon, Supertest
Debug: Postman (http requests), Robo 3T (Mongodb gui)
3. node-webserver
Creating a simple Express webserver with routes and templates using Handlebars
Dependencies
Dev: Express, Hbs (Handlebars)
4. notes-node
Note taking application that receives input from the command line
Dependencies
Dev: Lodash, Yargs (command line parsing)
5. weather-app
Make aync calls to Google Maps API for location and Dark Sky API for weather at that location.
Dependencies
Dev: Axios (Promise style http request library, returns Json!), Request (Simple http requests), Yargs
Dark Sky:
https://api.darksky.net/forecast/7b2a4ce4ec9fb55f4af448634803c7c8/${lat},${long}
Google Maps:
https://maps.google.com/maps/api/geocode/json?address=${inputAddr}