Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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)