Coder Social home page Coder Social logo

rotu / catalog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fran609/catalog

0.0 0.0 0.0 22.19 MB

Web app catalog, used by WebCatalog & Singlebox

Home Page: https://atomery.com

License: Mozilla Public License 2.0

JavaScript 90.12% Python 9.88%

catalog's Introduction

Catalog License: MPL 2.0

Catalog for WebCatalog Catalog for Singlebox
Catalog for WebCatalog Catalog for Singlebox

Web app database, used by WebCatalog & Singlebox.

If you have an web application you'd like to see added, follow the instructions.

How it Works

This package is a joint effort between humans and robots.

First, a human adds an app:

apps
└── gmail
    ├── gmail-icon.png
    └── gmail.yml

The yml file requires just a few fields:

name: Gmail
url: 'https://gmail.com'
category: Productivity

The human then opens a PR. Tests pass, the PR gets merged. Yay!

Later, a bot comes along and generate additional files. Lastly, the bot publishes a new release to our server.

Submit New App

If you have an web application you'd like to see added, please create a new issue or open a pull request.

Adding New App By Hand 💪

An easy way to add a new app is to copy an existing app and edit its metadata.

To do so, create a new directory in the apps directory and include a .yml file and two .png icon files (transparent one for WebCatalog and filled one for Singlebox). The directory can only contain numbers, lowercase letters, and dashes, and the yml and icon files should be named like so:

apps
└── my-cool-app
    ├── my-cool-app-icon.png
    ├── my-cool-app-icon-filled.png
    └── my-cool-app.yml

YML File Rules

  • name is required.
  • url is required, and must be a fully-qualified URL.
  • category is required, and must be one of the following values:
    • Business
    • Developer Tools
    • Education
    • Entertainment
    • Finance
    • Games
    • Graphics & Design
    • Health & Fitness
    • Lifestyle
    • Medical
    • Music
    • News
    • Photography
    • Productivity
    • Reference
    • Social Networking
    • Sports
    • Travel
    • Utilities
    • Video
    • Weather

Icons

  • Must be a .png
  • Must be a square
  • Must be at least 256px by 256px. Should be at 1024px by 1024px.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.