Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciromirkin/memotest_api
https://github.com/ciromirkin/memotest_api
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciromirkin/memotest_api
- Owner: CiroMirkin
- Created: 2023-10-21T23:14:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T13:17:14.000Z (12 months ago)
- Last Synced: 2024-04-23T05:25:37.909Z (7 months ago)
- Language: HTML
- Homepage: https://ciromirkin.github.io/memotest_API/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memotest API
Lista de las imágenes que utilizan las fichas del [memotest](https://cm-memotest.netlify.app/).
* Ruta: [https://ciromirkin.github.io/memotest_API/icons.txt](https://ciromirkin.github.io/memotest_API/icons.txt)
## Estructura
```
[
{
"iconsName": "",
"iconsImage": "",
"icons": [
{
"pairID": "1",
"src": ""
},
{
"pairID": "2",
"src": ""
},
{
"pairID": "3",
"src": ""
},
{
"pairID": "4",
"src": ""
},
{
"pairID": "5",
"src": ""
},
{
"pairID": "6",
"src": ""
},
{
"pairID": "7",
"src": ""
},
{
"pairID": "8",
"src": ""
}
]
}
]
```