An open API service indexing awesome lists of open source software.

https://github.com/aoephtua/ipcamsd-cmd-generator

🖥️ Command generator for ipcamsd
https://github.com/aoephtua/ipcamsd-cmd-generator

bootstrap5 electron javascript svelte

Last synced: 19 days ago
JSON representation

🖥️ Command generator for ipcamsd

Awesome Lists containing this project

README

          

# ipcamsd-cmd-generator

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/aoephtua/ipcamsd-cmd-generator/blob/master/LICENSE)

Web application developed and compiled with **[Svelte](https://github.com/sveltejs/svelte)** to generate commands for **[ipcamsd](https://github.com/aoephtua/ipcamsd)**.

It also uses [HTML Web Storage](https://www.w3schools.com/html/html5_webstorage.asp) API, [Bootstrap 5](https://github.com/twbs/bootstrap) front-end framework and [Electron](https://github.com/electron/electron).

## Light and Dark Mode

![ipcamsd-cmd-generator.png](/assets/images/ipcamsd-cmd-generator.png)

## Development

Clone, install and run locally on port 3000:

git clone https://github.com/aoephtua/ipcamsd-cmd-generator
cd ipcamsd-cmd-generator
npm install
npm run dev

## Build

npm run build
npm run build:electron

## License

This project is licensed under [MIT](https://github.com/aoephtua/ipcamsd-cmd-generator/blob/master/LICENSE).