Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MakeItBack committed Feb 21, 2022
2 parents 5f675ca + 9691936 commit 0405ae2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Summary
When I wanted to do a bulk cleanup of old unwanted Trello boards there was no easy way to do this in the native Trello Apps. To delete multiple boards, each one needed to be closed individually and in two separate operations (close, delete). This was slow and tedious.<br>
**This web app that allows you to quickly and easily delete multiple Trello boards in one step.**<br>
**This web app allows you to quickly and easily delete multiple Trello boards in one step.**<br>

## Technologies
[
Expand All @@ -25,7 +25,7 @@ When I wanted to do a bulk cleanup of old unwanted Trello boards there was no ea
](https://github.com/MakeItBack/Learning-Tracker)<br>


This project was built using [Axios](https://github.com/axios/axios) to query the [Trello REST API](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/)
This project is built with JavaScript and uses [Axios](https://github.com/axios/axios) to query the [Trello REST API](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/)


## Instructions
Expand All @@ -41,7 +41,6 @@ This project was built using [Axios](https://github.com/axios/axios) to query th
**Note: As a safety feature, starred boards cannot be deleted.**<br>
If you want to delete starred boards you need to unstar them in Trello first. Alternatively, edit the code to disable this feature.

This app is built with JavaScript and uses the [axios library](https://github.com/axios/axios) to query the [Trello API](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/).

![App screenshot](img/app_screenshot.jpg)

Expand Down

0 comments on commit 0405ae2

Please sign in to comment.