Giter Site home page Giter Site logo

app license field about apps HOT 7 OPEN

electron avatar electron commented on August 17, 2024
app license field

from apps.

Comments (7)

matbrgz avatar matbrgz commented on August 17, 2024 5

Alternativeto.net does a good aprouch of this, they separe Free, Comercial and then mark Open Source.

chrome_2018-04-27_17-10-08
2018-04-27_17-10-19
2018-04-27_17-10-23

from apps.

zeke avatar zeke commented on August 17, 2024 2

Good idea. There is a license property, but it's not required. Might also be interesting to have a property like price or simlilar.

from apps.

matbrgz avatar matbrgz commented on August 17, 2024

I think a way of separation opensource and commercials apps. I'm looking at all OS electron implementation.

from apps.

matbrgz avatar matbrgz commented on August 17, 2024

How can i proceed to make a PR for this? Any ideia here i start?

from apps.

zeke avatar zeke commented on August 17, 2024

I think a way of separation opensource and commercials apps.

The presence or absence of the repository field can be a good proxy for knowing which apps are open source and which are not.

npx trymodule electron-apps=apps
> apps.length
566
> apps.filter(app => app.repository).length
329
> apps.filter(app => !app.repository).length
237

Paid vs free is a different question. We could add a boolean property like paid or canBePurchased or commercial which would distinguish free apps from the ones that cost money. I think a property like price would not work all apps, as some apps have pricing tiers, some apps have monthly subscriptions, etc. If there's some prior art for simply codifying this information, that would be useful.

from apps.

matbrgz avatar matbrgz commented on August 17, 2024

How could i start do this?

from apps.

Mayank-MP05 avatar Mayank-MP05 commented on August 17, 2024

Hey @zeke If I wanted to build this feature

The presence or absence of the repository field can be a good proxy for knowing which apps are open source and which are not.

What exactly you wanted to show on the website ??
image

Is it like the under the section(Mentioned Yellow in SS) with tagline Usage and the value maybe Free (Opensource) or Paid (Commercial) something like SS below

image
image

Should I go with it ??? @zeke

from apps.

Related Issues (20)

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.