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.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lignes
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. }