One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
If your Internet Protocol (IP) address is something like 192.168.1.x
, chances are you are in a private network. RFC 1918 specifies a range of IP addresses for networks that are not directly exposed to the Internet. Typically these types of addresses employ Network Address Translation or NAT to route to the external Internet.
Address Allocation for Private Internets (RFC 1918)
fa:supply
The CAFapi project uses a release-notes-x.y.z.md
convention. Whereas two high profile projects on GitHub use a "changelog" convention.
https://github.com/conventional-changelog/standard-version
https://github.com/olivierlacan/keep-a-changelog
The conventional-changelog team also has a client: conventional-changelog-cli.
Proof-of-concept to download a file from a URL and save it locally. For example, I may wish to retrieve a JAR file from Nexus.
Uses the http
package, which does the basics with raw HTTP protocol support.
Possible update: use request
, it is like the Python's requests library. There is a companion package called node-request-progress
that tracks download progress. See request-progress on GitHub.
Note: The request package has been deprecated.