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

https://github.com/ericneves/exploretheuniverse

Explore the Universe 🪐
https://github.com/ericneves/exploretheuniverse

css express fetch-api html javascript nasa-api nodejs

Last synced: 3 months ago
JSON representation

Explore the Universe 🪐

Awesome Lists containing this project

README

          

### Explore the Universe

![Logo](.github/logo.svg)




Explore the Universe, uma página web que a cada dia mostra uma imagem e descrição de algo relacionado ao nosso grande universo. Os dados são consumidos da API APOD (Astronomy Pictures of the Day).

![Recorder](./.github/screenshotA.png)



![Recorder](./.github/screenshotB.png)

### Executando ⚙️

```sh
# Website: https://exploretheuniverse.netlify.app/

# Clone
$ git clone git@github.com:EricNeves/exploretheuniverse.git

# Install Dependencies
$ cd exploretheuniverse && npm install

# Execute
$ npm start
# Execute as dev
$ npm run dev
# Build
$ npm run build
```

### Ferramentas 🛠

* HTML5
* CSS3
* Javascript
* Fetch API
* NodeJS
* Express
* Webpack

### 📝 License

![GitHub](https://img.shields.io/github/license/ericneves/exploretheuniverse?color=red&logo=circle&logoColor=red)