HOW TO INCLUDE: const iheler = require('./src/iheler');
Display HTML Content: iheler.displayHTMLContent('index.html', 3000);
Create Android/iOS App Templates: iheler.createApp('MyAndroidApp', 'Android'); iheler.createApp('MyIOSApp', 'iPhone');
Fetch HTML and Save: iheler.fetchHTML('http://example.com', 'output.html');
CUSTOM URI SERVER! :
const uriConfig = {
'/home': 'Welcome Home!',
'/about': 'About Us Page',
};
// Create a custom URI server on port 8000
iheler.createCustomURIServer(uriConfig, 8000);
Catrious/iHeler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|