diff --git a/README.md b/README.md index 28bb5ce1d..2c8fbe6b5 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,24 @@ -``` -When I wrote this, only God and I understood what I was doing. Now, only God knows. -``` -
- Postwoman.io + Postwoman.io logo +

-

Postwoman.io

- API request builder - Helps you create your requests faster, saving you precious time on your development - Subscribe + API request builder - A free, fast, and beautiful alternative to Postman

-

+

+ Helps you create your requests faster, saving you precious time on your development - Subscribe +

+

-[![Build Status](https://travis-ci.com/liyasthomas/postwoman.svg?branch=master)](https://travis-ci.com/liyasthomas/postwoman) [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all.svg)](https://github.com/liyasthomas/postwoman/releases/latest) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](CONTRIBUTING.md) [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://postwoman.io) [![Financial Contributors on Open Collective](https://opencollective.com/postwoman/all/badge.svg?label=financial+contributors)](https://opencollective.com/postwoman) [![Donate](https://img.shields.io/badge/$-donate-blue.svg)](https://www.paypal.me/liyascthomas) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-blueviolet)](https://t.me/postwoman_app) [![Chat on Discord](https://img.shields.io/badge/chat-Discord-violet?logo=discord)](https://discord.gg/GAMWxmR) [![Twitter URL](https://img.shields.io/twitter/url?url=https%3A%2F%2Fpostwoman.io%2F)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpostwoman.io&text=%F0%9F%91%BD%20Postwoman%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520Postwoman%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fpostwoman.io%26hashtags%3Dpostwoman%26via%3Dliyasthomas&via=liyasthomas&hashtags=postwoman) + [![Travis Build Status](https://img.shields.io/travis/com/liyasthomas/postwoman?logo=Travis)](https://travis-ci.com/liyasthomas/postwoman) [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all?logo=GitHub)](https://github.com/liyasthomas/postwoman/releases/latest) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fpostwoman.io)](https://postwoman.io) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?style=flat)](CONTRIBUTING.md) [![Financial Contributors on Open Collective](https://img.shields.io/opencollective/all/postwoman?logo=Open-Collective&label=financial+contributors)](https://opencollective.com/postwoman) [![Donate](https://img.shields.io/badge/support-PayPal-blue?logo=PayPal)](https://www.paypal.me/liyascthomas) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-blueviolet?logo=Telegram)](https://t.me/postwoman_app) [![Chat on Discord](https://img.shields.io/badge/chat-Discord-violet?logo=discord)](https://discord.gg/GAMWxmR) [![Twitter URL](https://img.shields.io/twitter/url?url=https%3A%2F%2Fpostwoman.io%2F)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpostwoman.io&text=%F0%9F%91%BD%20Postwoman%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520Postwoman%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fpostwoman.io%26hashtags%3Dpostwoman%26via%3Dliyasthomas&via=liyasthomas&hashtags=postwoman) -

- Built with ❤︎ by - liyasthomas and - contributors - +

+

+ Built with ❤︎ by + liyasthomas and + contributors + +

--- @@ -162,7 +163,7 @@ _Requests with Pre-Request Scripts are indicated in History entries_ **To find out more, please check out [Postwoman Wiki](https://github.com/liyasthomas/postwoman/wiki).** -## Demo 🚀 [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://postwoman.io) +## Demo 🚀 [![Website](https://img.shields.io/website?url=https%3A%2F%2Fpostwoman.io)](https://postwoman.io) [https://postwoman.io](https://postwoman.io) @@ -188,17 +189,17 @@ You're done! ## Developing 👷 1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. -1. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`). -1. Start the development server with `npm run dev`. -1. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser. +2. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`). +3. Start the development server with `npm run dev`. +4. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser. #### Or, with docker-compose: 1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. -1. Run `docker-compose up` -1. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser. +2. Run `docker-compose up` +3. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser. -## Docker 🐳 [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/liyasthomas/postwoman)](https://hub.docker.com/r/liyasthomas/postwoman) +## Docker 🐳 [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/liyasthomas/postwoman?logo=Docker)](https://hub.docker.com/r/liyasthomas/postwoman) ```bash #pull @@ -214,19 +215,19 @@ docker build -t postwoman:latest ## Releasing 🏷️ 1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. -1. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`). -1. Build the release files with `npm run build`. -1. Find the built project in `./dist`. +2. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`). +3. Build the release files with `npm run build`. +4. Find the built project in `./dist`. ## Contributing 🍰 Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. -## Continuous Integration 💚 [![Build Status](https://travis-ci.com/liyasthomas/postwoman.svg?branch=master)](https://travis-ci.com/liyasthomas/postwoman) +## Continuous Integration 💚 [![Travis Build Status](https://img.shields.io/travis/com/liyasthomas/postwoman?logo=Travis)](https://travis-ci.com/liyasthomas/postwoman) We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/postwoman). -## Versioning 🔖 [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all.svg)](https://github.com/liyasthomas/postwoman/releases/latest) +## Versioning 🔖 [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all?logo=GitHub)](https://github.com/liyasthomas/postwoman/releases/latest) This project is developed by [Liyas Thomas](https://github.com/liyasthomas) using the [Semantic Versioning specification](https://semver.org). For the versions available, see the [releases on this repository](https://github.com/liyasthomas/postwoman/releases). @@ -239,6 +240,7 @@ See the [CHANGELOG](CHANGELOG.md) file for details. ### Lead Developers * **[Liyas Thomas](https://github.com/liyasthomas)** - *Author* +* **[Caneco](https://twitter.com/caneco)** - *Designer* ### Testing and Debugging @@ -309,7 +311,7 @@ This project is licensed under the [MIT License](https://opensource.org/licenses * Hat tip to anyone whose code was used * Inspirations: - * [Dribbble](https://dribbble.com) + * [Dribbble](https://dribbble.com) ## Badges @@ -351,7 +353,7 @@ Make your own badge! Replace `` with your custom text and `` with 6 digit color hex code.
- Postwoman.io -
-

Happy Coding ❤︎

+ Postwoman.io +
+

Happy Coding ❤︎

diff --git a/static/favicon.ico b/static/favicon.ico index dd77a09a4..afa7ee98c 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/icon.png b/static/icon.png index 36542df75..87a62717d 100644 Binary files a/static/icon.png and b/static/icon.png differ diff --git a/static/icons/icon-144x144.png b/static/icons/icon-144x144.png index 256f9ee50..0b4f74b12 100644 Binary files a/static/icons/icon-144x144.png and b/static/icons/icon-144x144.png differ diff --git a/static/icons/icon-192x192.png b/static/icons/icon-192x192.png index d6d745e6b..2b5d0415d 100644 Binary files a/static/icons/icon-192x192.png and b/static/icons/icon-192x192.png differ diff --git a/static/icons/icon-48x48.png b/static/icons/icon-48x48.png index f33f9146b..0fd0b9a56 100644 Binary files a/static/icons/icon-48x48.png and b/static/icons/icon-48x48.png differ diff --git a/static/icons/icon-512x512.png b/static/icons/icon-512x512.png index 36542df75..87a62717d 100644 Binary files a/static/icons/icon-512x512.png and b/static/icons/icon-512x512.png differ diff --git a/static/icons/icon-72x72.png b/static/icons/icon-72x72.png index fd5097178..08aba4cd3 100644 Binary files a/static/icons/icon-72x72.png and b/static/icons/icon-72x72.png differ diff --git a/static/icons/icon-96x96.png b/static/icons/icon-96x96.png index 16c55e021..e44dd0acb 100644 Binary files a/static/icons/icon-96x96.png and b/static/icons/icon-96x96.png differ diff --git a/static/icons/logo.svg b/static/icons/logo.svg index e31f9d5c2..058078101 100644 --- a/static/icons/logo.svg +++ b/static/icons/logo.svg @@ -1,62 +1,22 @@ - -image/svg+xml \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/postwoman.svg b/static/icons/postwoman.svg new file mode 100644 index 000000000..c6ad06fd1 --- /dev/null +++ b/static/icons/postwoman.svg @@ -0,0 +1 @@ +Postwoman icon \ No newline at end of file diff --git a/static/logo-onblack.svg b/static/logo-onblack.svg new file mode 100644 index 000000000..09520bd90 --- /dev/null +++ b/static/logo-onblack.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/logo-onwhite.svg b/static/logo-onwhite.svg new file mode 100644 index 000000000..c080ff977 --- /dev/null +++ b/static/logo-onwhite.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 000000000..7dc734099 Binary files /dev/null and b/static/logo.png differ diff --git a/static/screenshot.gif b/static/screenshot.gif deleted file mode 100644 index 1d06b8a40..000000000 Binary files a/static/screenshot.gif and /dev/null differ diff --git a/static/screenshot1.png b/static/screenshot1.png index da252604f..94c6bfb6c 100644 Binary files a/static/screenshot1.png and b/static/screenshot1.png differ diff --git a/static/screenshot2.png b/static/screenshot2.png index a1839d8b8..bb4eee512 100644 Binary files a/static/screenshot2.png and b/static/screenshot2.png differ