Skip to content

Commit

Permalink
update badges and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
neandreev committed Aug 7, 2021
1 parent 6b331f4 commit 8e09b22
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# RSS-Agregator
[![Actions Status](https://github.com/neandreev/frontend-project-lvl3/workflows/hexlet-check/badge.svg)](https://github.com/neandreev/frontend-project-lvl3/actions)
[![Eslint](https://github.com/neandreev/RSS-Agregator/actions/workflows/jest.yml/badge.svg?branch=main)](https://github.com/neandreev/RSS-Agregator/actions/workflows/jest.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/6aa59dd715928a165f0b/maintainability)](https://codeclimate.com/github/neandreev/RSS-Agregator/maintainability)

## Что это:
CLI-Утилита, позволяющая находить и выводить на экран различия между двумя конфигурационными файлами формата json, yml или ini
Агрегатор RSS фидов, производящий парсинг RSS по приведённым вами ссылкам и выводящий в простой форме посты

## Как это:
- JS с минимумом библиотечных зависимостей
Expand All @@ -17,6 +17,18 @@ CLI-Утилита, позволяющая находить и выводить
- Валидация данных: [yup](https://github.com/jquense/yup)
- [Eslint](https://github.com/eslint/eslint)

## Как это работает:
```sh
Установка: (внутри директории с исходным кодом)
make install

Live-разработка:
make develop

Сборка:
make build (Результат будет находиться в папке 'public')
```

## Как это выглядит:
<img src="https://neandreev.ru/images/RSS-Agregator_lowres.gif" alt="RSS-Agregator" width="600"/>

1 comment on commit 8e09b22

@vercel
Copy link

@vercel vercel bot commented on 8e09b22 Aug 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.