{"id":17670400,"url":"https://github.com/gasparnd/100tifico","last_synced_at":"2025-03-30T14:26:35.853Z","repository":{"id":107825929,"uuid":"304358846","full_name":"gasparnd/100tifico","owner":"gasparnd","description":"A Single Page Application with JavaScript Vanilla","archived":false,"fork":false,"pushed_at":"2020-12-18T11:58:10.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T16:16:19.437Z","etag":null,"topics":["javascript-vanilla"],"latest_commit_sha":null,"homepage":"https://gasparnd.github.io/100tifico/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gasparnd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-15T14:51:09.000Z","updated_at":"2020-12-18T11:58:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c2eeed7-5138-4ed2-9ba1-24f5c6004deb","html_url":"https://github.com/gasparnd/100tifico","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gasparnd%2F100tifico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gasparnd%2F100tifico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gasparnd%2F100tifico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gasparnd%2F100tifico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gasparnd","download_url":"https://codeload.github.com/gasparnd/100tifico/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246330108,"owners_count":20760031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript-vanilla"],"created_at":"2024-10-24T01:42:39.321Z","updated_at":"2025-03-30T14:26:35.833Z","avatar_url":"https://github.com/gasparnd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 100tifico\n\n100tifico is a JavaScript Vanilla Application shows Rick \u0026 Morty Characters Information. See the [DEMO](https://gasparnd.github.io/100tifico/ \"DEMO\")\n## Installation\n1. Clone this Repo \n\n2. Go to project folder\n\n3. Install dependencies `npm install`\n\n4. Run local server `npm start`\n\n## Deploy\nHis Deploy is in [Travis](https://travis-ci.org \"Travis\"). When you installed the project, you can use `npm run build` for compile to production \n## API\nIts used the [Rick \u0026 Morty Api](https://rickandmortyapi.com \"Rick \u0026 Morty Api\")\n\n    const API = 'https://rickandmortyapi.com/api/character/'\n    const getData = async (id) =\u003e {\n    \tconst apiURL = id ? `${API}${id}` : API\n    \ttry {\n    \t\tconst response = await fetch(apiURL)\n    \t\tconst data = await response.json()\n    \t\treturn data\n    \t} catch (error) {\n    \t\tconsole.log('Fetch error', error)\n    \t}\n    }\n    \n    export default getData\n\t\n## License\nThe MIT License ([MIT](https://es.wikipedia.org/wiki/Licencia_MIT \"MIT\"))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgasparnd%2F100tifico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgasparnd%2F100tifico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgasparnd%2F100tifico/lists"}