Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/potato4d/qiita-feed-generator
- Owner: potato4d
- License: mit
- Created: 2017-11-03T20:26:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:11:29.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:07:30.916Z (7 months ago)
- Topics: express, nodejs, nuxt, qiita, qiita-feed-generator, typescript
- Language: TypeScript
- Homepage: https://qiita-feed-generator.potato4d.me/
- Size: 1.34 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## How to launch development server
```bash
$ yarn
$ yarn dev
```## How to launch production server
```bash
$ yarn
$ yarn build
$ yarn start
```## LICENSE
MIT