Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ciromirkin/memotest_api


https://github.com/ciromirkin/memotest_api

Last synced: about 6 hours ago
JSON representation

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": ""
}
]
}
]
```