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

https://github.com/tsoding/weatherhub


https://github.com/tsoding/weatherhub

hacktoberfest hacktoberfest2020

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Tsoding](https://img.shields.io/badge/twitch.tv-tsoding-purple?logo=twitch&style=for-the-badge)](https://www.twitch.tv/tsoding)
# Catberry Empty Project

![Catberry](https://raw.githubusercontent.com/catberry/catberry/master/docs/images/logo.png)

## How to use

This application only shows "Hello, world!" page.

First of all, it is needed to install dependencies:

```
npm install -- production
```

Then to start in `debug` mode without script minification and with watching for changes:

```
npm run debug
```

To start in `release` mode:

```
npm start
```

## Contributing

There are a lot of ways to contribute into Catberry:

* Give it a star
* Join the [Gitter](https://gitter.im/catberry/main) room and leave a feedback or help with answering users' questions
* [Submit a bug or a feature request](https://github.com/catberry/catberry/issues)
* [Submit a PR](https://github.com/catberry/catberry/blob/8.0.0-dev/CONTRIBUTING.md)
* If you like the logo, you might want to buy a Catberry [T-Shirt](http://www.redbubble.com/people/catberryjs/works/14439373-catberry-js-framework-logo?p=t-shirt) or a [sticker](http://www.redbubble.com/people/catberryjs/works/14439373-catberry-js-framework-logo?p=sticker)

Denis Rechkunov