https://github.com/sashimii/sample
https://github.com/sashimii/sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashimii/sample
- Owner: sashimii
- Created: 2015-09-14T22:43:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T01:27:00.000Z (over 9 years ago)
- Last Synced: 2025-01-12T23:09:07.784Z (4 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Muh Tutorial
##Deliverables:1. Make http.get or https.get requests
2. Parse through the data to get something of interest.
3. Use the file system module `var fs = require('fs')` to write that data to a file.
4. Be able to append to existing files
5. Feel free to use existing node modules to make any work in between easier.