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);
-
Notifications
You must be signed in to change notification settings - Fork 0
BubbuDert249/iHeler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
iHeler is an NodeJs module that can create Android & iOS app templates, Can fetch data from URI, and host custom URI server.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published