https://github.com/mikedevelops/static-ify
A Node application to create a static package of assets and code from a web page.
https://github.com/mikedevelops/static-ify
Last synced: about 2 months ago
JSON representation
A Node application to create a static package of assets and code from a web page.
- Host: GitHub
- URL: https://github.com/mikedevelops/static-ify
- Owner: mikedevelops
- Created: 2016-09-18T17:10:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T14:13:37.000Z (about 7 years ago)
- Last Synced: 2025-01-11T14:28:29.094Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# static-ify
A Node application to create a static package of assets and code from a web page.
https://static-ify.herokuapp.com/
## Why?
A need was identitifed to have the ability to create a totally static version of a URL. This would be a bundle that consisted of the HTML, CSS, Javascript & assets required to recreate a page locally, or on a different web server.