metadata.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Ashutosh",
  6. "id": "316943845596200960"
  7. },
  8. "contributors": [
  9. {
  10. "name": "Kyrie",
  11. "id": "368399721494216706"
  12. }
  13. ],
  14. "service": "Replit",
  15. "altnames": [
  16. "Repl.it"
  17. ],
  18. "description": {
  19. "en": "Replit, formerly Repl.it, is a San Francisco based start-up and an online IDE (integrated development environment) supporting 40 programming languages, including Python, Lua, JavaScript, Julia, C++, C++11, C, C#, HTML/CSS/JS, Python with turtle and LOLCODE. Replit allows users to write code and build apps using a browser, without having to install any software on their devices.",
  20. "nl": "Replit, voorheen Repl.it, is een in San Francisco gevestigde start-up en een online IDE (geïntegreerde ontwikkelomgeving) die 40 programmeertalen ondersteunt, waaronder Python, Lua, JavaScript, Julia, C++, C++11, C, C#, HTML/CSS/JS, Python met turtle en LOLCODE. Replit stelt gebruikers in staat om code te schrijven en apps te bouwen met behulp van een browser, zonder software te hoeven installeren op hun apparaten."
  21. },
  22. "url": "replit.com",
  23. "version": "1.1.3",
  24. "logo": "https://cdn.rcd.gg/PreMiD/websites/R/Replit/assets/logo.png",
  25. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/R/Replit/assets/thumbnail.png",
  26. "color": "#808080",
  27. "category": "other",
  28. "tags": [
  29. "developing",
  30. "hosting",
  31. "coding"
  32. ],
  33. "settings": [
  34. {
  35. "id": "buttons",
  36. "title": "Show Buttons",
  37. "icon": "fas fa-compress-arrows-alt",
  38. "value": true
  39. }
  40. ]
  41. }