Skip to content

iHeler is an NodeJs module that can create Android & iOS app templates, Can fetch data from URI, and host custom URI server.

Notifications You must be signed in to change notification settings

BubbuDert249/iHeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iHeler NodeJs Edition

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);

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

No packages published