Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/potato4d/qiita-feed-generator

Private feed generator for Qiita.
https://github.com/potato4d/qiita-feed-generator

express nodejs nuxt qiita qiita-feed-generator typescript

Last synced: about 2 months ago
JSON representation

Private feed generator for Qiita.

Awesome Lists containing this project

README

        

# Qiita Feed Generator

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![donate: Patreon](https://img.shields.io/badge/donate-patreon-orange.svg?style=flat-square)](https://www.patreon.com/potato4d)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)

https://qiita-feed-gen.potato4d.me/

> Private feed generator for Qiita.

screen shot 2019-02-27 at 0 07 27



## How to launch development server

```bash
$ yarn
$ yarn dev
```

## How to launch production server

```bash
$ yarn
$ yarn build
$ yarn start
```

## LICENSE

MIT