A CLI program which allows you to find where a picture is from, it also prints a bunch of URLs (in the terminal) where you can download the original picture.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

20 wiersze
516B

  1. {
  2. "name": "gib-sauce",
  3. "version": "1.0.0",
  4. "description": "CLI that gives you the origin source of an image.",
  5. "main": "main",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jack-something/gib-sauce.git"
  12. },
  13. "author": "Jack Moore",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/jack-something/gib-sauce/issues"
  17. },
  18. "homepage": "https://github.com/jack-something/gib-sauce#readme"
  19. }