Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reliek21/chuck-jokes
Chuck Jokes, is a small project that uses the api from https://api.chucknorris.io/
https://github.com/reliek21/chuck-jokes
chuck-norris chuck-norris-jokes jokes-api
Last synced: 16 days ago
JSON representation
Chuck Jokes, is a small project that uses the api from https://api.chucknorris.io/
- Host: GitHub
- URL: https://github.com/reliek21/chuck-jokes
- Owner: reliek21
- License: mit
- Created: 2022-01-22T18:53:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T18:01:53.000Z (over 2 years ago)
- Last Synced: 2023-03-06T21:22:19.372Z (almost 2 years ago)
- Topics: chuck-norris, chuck-norris-jokes, jokes-api
- Language: JavaScript
- Homepage: https://chuck-jokes21.netlify.app/
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chuck Jokes
Chuck Jokes, is a small project that uses the api from [chucknorris.io](https://api.chucknorris.io/)
## Run Locally
Clone the project
```bash
git clone https://github.com/reliek21/chuck-jokes.git
```Go to the project directory
```bash
cd chuck-jokes
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## License
[MIT](https://github.com/reliek21/chuck-jokes/blob/main/LICENSE)