https://github.com/afuh/rick-and-morty-api-site
The Rick and Morty API site
https://github.com/afuh/rick-and-morty-api-site
api gatsby rick-and-morty
Last synced: 2 months ago
JSON representation
The Rick and Morty API site
- Host: GitHub
- URL: https://github.com/afuh/rick-and-morty-api-site
- Owner: afuh
- Created: 2018-02-07T08:23:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T14:43:54.000Z (over 1 year ago)
- Last Synced: 2025-05-06T23:17:01.292Z (8 months ago)
- Topics: api, gatsby, rick-and-morty
- Language: JavaScript
- Homepage: https://rickandmortyapi.com
- Size: 6.6 MB
- Stars: 66
- Watchers: 2
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rickandmortyapi.com
The code of the [The Rick and Morty API](https://rickandmortyapi.com) site.
**For more information about the API check [here](https://github.com/afuh/rick-and-morty-api)**
Run locally with
```
git clone https://github.com/afuh/rick-and-morty-api-site.git
cd rick-and-morty-api-site
npm install
npm run dev
```