elestio / ws-screenshot

A simple way to take a screenshot of a website by providing its URL. ws-screenshot include a simple web UI but also a REST API and a Websocket API to automate screenshots.
http://backup15.terasp.net/
MIT License
106 stars 36 forks source link

What is the license #8

Closed nilya closed 3 years ago

nilya commented 3 years ago

Hi. Thank you for the project.

It has no license. Can you please add it? It may be either a LICENSE file or just license name in the README.

GitHub has a documentation on how to choose a license and how to add it to the repository.

nilya commented 3 years ago

I'll add more details. We are thinking of using an existing screenshot solution or developing our own solution.

According to our experiments ws-screenshot is pretty good. We want to enhance it (add an XPath parameter to the Api to make screenshot when specified HTML-element will be created instead of just by timeout) and contribute this change back. But we can't use or change it legally without a license.

jbenguira commented 3 years ago

Hey Nilya, YW :) It's now MIT license: https://github.com/elestio/ws-screenshot/blob/master/LICENSE

jbenguira commented 3 years ago

According to our experiments ws-screenshot is pretty good. We want to enhance it (add an XPath parameter to the Api to make screenshot when specified HTML-element will be created instead of just by timeout) and contribute this change back. But we can't use or change it legally without a license.

That would be great :)

nilya commented 3 years ago

Hey Nilya, YW :) It's now MIT license: https://github.com/elestio/ws-screenshot/blob/master/LICENSE

Thank you for clarification. I think we can close this issue. We will open a new one when we will be ready with the XPath parameter.