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

@ecoflow/ecoflow

v0.0.40

Published

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Downloads

120

Readme

EcoFlowJS

License: MIT

EcoFlowJS is a powerful and user-friendly framework for creating, developing, and managing RESTful APIs within minutes. It's a flow-based, low-code drag-and-drop visual programming system that requires minimal code writing.

🚀 Features

  • 🧩 Visual API Builder: Create RESTful APIs by dragging and dropping nodes
  • 🗄️ Multiple Database Connections: Support for various databases
  • 📊 Database Management: Easy monitoring and manipulation of database records
  • 🔑 User Management: Role and permission-based user system
  • 🌐 Environment Variables: Live updates during runtime
  • ⚙️ Flexible Configuration: Manage API router, CORS, directories, and more
  • 📦 Package Management: Install and remove packages as needed
  • 🛠️ Custom Modules: Create and install custom modules for extended functionality

🖼️ Screenshots

API Builder

API Builder

Database Management

Database Management

Environment Variables

Environment Variables

Configuration

API Router Configuration

🛠️ Tech Stack

📖 Documentation

For complete documentation, visit https://docs.eco-flow.in/

✅ Prerequisites

Before installing EcoFlowJS, the following requirements must be installed on your computer:

  • Node.js: Only Active LTS or Maintenance LTS versions are supported (currently v18 and v20). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v19, v21).
  • npm (v6 and above)
  • Python (3.6.0 and above)

On Unix

  • make
  • A proper C/C++ compiler toolchain, like GCC

On macOS

  • Xcode Command Line Tools which will install clang, clang++, and make.

    • Install the Xcode Command Line Tools standalone by running xcode-select --install.

      -- OR --

    • Alternatively, if you already have the full Xcode installed, you can install the Command Line Tools under the menu Xcode -> Open Developer Tool -> More Developer Tools....

On Windows

Install tools with Chocolatey:

   choco install visualstudio2022-workload-vctools -y

Or install and configure Visual Studio tools manually:

  • Install Visual C++ Build Environment: For Visual Studio 2019 or later, use the Desktop development with C++ workload from Visual Studio Community. For a version older than Visual Studio 2019, install Visual Studio Build Tools with the Visual C++ build tools option.

🚀 Getting Started

# Installation
sudo npm install -g @ecoflow/cli@latest

# Start the application
ecoflow

NOTE : On Windows, omit sudo.

For more detailed instructions, refer to our Getting Started Guide.

🗺️ Future Roadmap

  • [ ] Implement admin CLI commands
  • [ ] Enhance normal CLI commands
  • [x] Integrate Socket.io as request and emitter nodes
  • [ ] Implement file manipulation operations
  • [ ] Add more official packages
  • [ ] Create an official registry on top of npm registry

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

📞 Support

For support, email [email protected] or join our community:

📝 License

This project is MIT licensed.

🙏 Acknowledgements


Made with ❤️ by EcoFlowJS Team