Skip to content

Commit 00023a6

Browse files
committed
README Updates
1 parent d7db3e3 commit 00023a6

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

README.md

+19-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
[![Build Status](https://api.travis-ci.com/watsonbox/exportify.svg?branch=master)](https://travis-ci.com/github/watsonbox/exportify)
22

3-
<a href="https://watsonbox.github.io/exportify/"><img src="screenshot.png"/></a>
3+
<a href="https://exportify.app/"><img src="assets/screenshot.png"/></a>
44

5-
Export your Spotify playlists to [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) by clicking on the link below:
6-
7-
[https://watsonbox.github.io/exportify/](https://watsonbox.github.io/exportify/)
5+
Export your Spotify playlists to [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) by clicking on this link: [https://exportify.app/](https://exportify.app/).
86

97
As many users have noted, there is no way to export/archive/backup playlists from the Spotify client for safekeeping. This application provides a simple interface for doing that using the [Spotify Web API](https://developer.spotify.com/documentation/web-api/).
108

119
**No data will be saved - the entire application runs in the browser.**
1210

11+
## Features
12+
13+
- ⚙️ Optional inclusion of album, artist and audio features data in export files
14+
- 🔍 Playlist search with [advanced search syntax](#advanced-search-syntax) and results export
15+
- 🌓 Dark mode
16+
- 🗺 Available in 8 languages (English, French, Spanish, Italian, German, Portuguese, Swedish, and Dutch)
17+
- 📱 Mobile friendly
18+
- ℹ Quick reference help
19+
- 🚀 [Advanced rate limiting handling](https://github.com/watsonbox/exportify/pull/75) for speedy exports
20+
- 👩‍💻 Modern [React-based development stack](#stack) + test suite
1321

1422
## Usage
1523

16-
1. Fire up [the app](https://watsonbox.github.io/exportify/)
24+
1. Fire up [the app](https://exportify.app/)
1725
2. Click 'Get Started'
1826
3. Grant Exportify read-only access to your playlists
1927
4. Click the 'Export' button to export a playlist
@@ -140,6 +148,11 @@ In addition to [Create React App](https://github.com/facebook/create-react-app),
140148
* [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) - light-weight solution for testing React DOM nodes
141149
* [MSW](https://mswjs.io/) - network-level request mocking (more of my own thoughts [here](https://watsonbox.github.io/posts/2020/11/30/discovering-msw.html))
142150

151+
### History
152+
153+
- 2015: Exportify is [born](https://github.com/watsonbox/exportify/commit/b284822e12c3adea8fb83258fdb00ec4690701e1)
154+
- 2020: [Major release](https://watsonbox.github.io/posts/2020/12/02/exportify-refresh.html) including search, artist and audio features, liked songs export, and a new rate limiting system
155+
- 2024: [Major release](https://watsonbox.github.io/posts/2024/09/04/exportify-updates.html) including dark mode, internationalization, and search enhancements
143156

144157
## Notes
145158

@@ -161,7 +174,7 @@ In addition to [Create React App](https://github.com/facebook/create-react-app),
161174
Error monitoring provided by Bugsnag.
162175

163176
<a href="http://www.bugsnag.com">
164-
<img src="bugsnag.png" width="200" />
177+
<img src="assets/bugsnag.png" width="200" />
165178
</a>
166179

167180
## Running With Docker
File renamed without changes.

assets/screenshot.png

89.7 KB
Loading

screenshot.png

-159 KB
Binary file not shown.

0 commit comments

Comments
 (0)