npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

webfast

v0.1.92

Published

WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps

Downloads

149

Readme

WebFast! DEV

WebFast! is a lightweight, model-based framework developed by Hybrid Institute. It is designed for individuals who are interested in building no-code/low-code solutions and prefer an easy-to-setup development environment.

Introduction

WebFast! provides a flexible and intuitive platform for creating web applications without the need for extensive coding. It empowers users to leverage a model-based approach, making it accessible to a broader audience, including those with limited coding experience.

Telegram Community Group

Join the WebFast! Telegram Community for quick questions and further discussion of development of the webFast! Framework.

Features

  • Lightweight: Keep your projects streamlined with a minimalistic approach.
  • Model-Based: Design and structure your applications using a model-driven paradigm.
  • No-Code/Low-Code: Build powerful applications with ease, even if you have limited coding experience.
  • Easy to Setup: Get started quickly with a straightforward setup process.

Getting Started

Prerequisites

  • Node.js: Make sure you have Node.js installed. You can download it from nodejs.org.

Installation

  1. Clone the repository:

    git clone https://github.com/ThePhotoCodeGrapher/webfast.git
  2. Navigate to the project directory:

    cd WebFast!
  3. Install dependencies:

    npm install
  4. Configure the port:

    • The default port is set to 1221 and can be changed in the file /modules/express/init.js. Open this file and modify the PORT variable according to your preference.
  5. Start the development server:

    npm start
  6. Open your browser and visit http://localhost:1221/api to explore the dynamically structured API endpoints based on your modules in /modules/express/routes.

    • Example Endpoint Structure:
      • /api/example/link (from link.get.js in /modules/express/example)
      • /api/example/{FOLDER_NAME}/{FILE_OR_FOLDER_NAME} (based on your project structure)

Contributing

We welcome contributions from the community. If you'd like to contribute to WebFast!, please follow our contribution guidelines.

Modules

Generator Module

The generator module is an object-based component of WebFast! that allows you to extend the functionality based on your specific requirements. This module will be automatically executed, taking into account its dependencies.

Dependencies

  • express.app: This module is a prerequisite for the generator module.

Usage

The generator module exports an object with the following structure:

module.exports = {
    dependOn: ['express.app'],
    name: 'generator',
    run: function (program, name) {
        console.log(`Running ${name}`);

        // Here we can do whatever like grab modules for generator and represent them here
    }
}

## Important Note on Including WebFast

When integrating WebFast into your project, consider the following instructions:

```javascript
// If you want to set up your own paths, add "paths: true" when requiring WebFast. 
// This will prompt WebFast to look for specific folders within your project directory.

const program = require('webfast')({
    paths: true,
    path: __dirname
});

In this configuration:

The paths: true option instructs WebFast to search for specific folders within the project directory.

The path: __dirname parameter sets the base directory for WebFast, where it will look for the following essential folders:

bots ejs routes Within these folders, you can establish a dynamic setup, as exemplified in the module itself.

## program.modules.dependOn
example : 

module.exports = { dependOn: ['express.app','modules.data'], name: '{UNIQUE_NAME}', run: async function (program, name,functions) { }, functions : { } }

To add an dependOn function

program.modules.dependOn({REQUIRE},program,{UNIQUE_NAME}-sync,function(){ console.log(Depend On CallBack); });

## NEW BETA FEATURE
Feature where youo can add a special frame for multiple views through telegram without reloading

await web.fast.telegram(frame).set(id,https://${window.location.hostname}/concepts/esimco/package#${id},async function(id){ console.log(Clicked Close,id); const frame = jQuery([wbfst-frame="${id}"]); console.log(The Frame,frame); jQuery(frame).animate({ opacity:0 }, 600,function(){ jQuery(this).remove(); });

});


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact

For questions or feedback, please feel free to [contact me on LinkedIn](https://linkedin.com/in/kaigartner). You can also reach out to me on Instagram: [@kaigartner](https://instagram.com/kaigartner).



---

**Hybrid Institute** - Empowering the future with innovative solutions.