Skip to content

Commit

Permalink
move the mention of gitpod to the main readme + modify gitpod descrip…
Browse files Browse the repository at this point in the history
…tion. (axios#2637)

Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
nisarhassan12 and jasonsaayman committed Feb 17, 2021
1 parent 48dc7ec commit 6238e8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@
[![npm version](https://img.shields.io/npm/v/axios.svg?style=flat-square)](https://www.npmjs.org/package/axios)
[![CDNJS](https://img.shields.io/cdnjs/v/axios.svg?style=flat-square)](https://cdnjs.com/libraries/axios)
[![build status](https://img.shields.io/travis/axios/axios/master.svg?style=flat-square)](https://travis-ci.org/axios/axios)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/axios/axios)
[![code coverage](https://img.shields.io/coveralls/mzabriskie/axios.svg?style=flat-square)](https://coveralls.io/r/mzabriskie/axios)
[![install size](https://packagephobia.now.sh/badge?p=axios)](https://packagephobia.now.sh/result?p=axios)
[![npm downloads](https://img.shields.io/npm/dm/axios.svg?style=flat-square)](http://npm-stat.com/charts.html?package=axios)
Expand Down Expand Up @@ -787,6 +788,13 @@ import axios from 'axios';
axios.get('/user?ID=12345');
```

## Online one-click setup

You can use Gitpod an online IDE(which is free for Open Source) for contributing or running the examples online.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)


## Resources

* [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
Expand Down
6 changes: 1 addition & 5 deletions examples/README.md
Expand Up @@ -7,8 +7,4 @@ To run the examples:
3. `npm install`
4. `grunt build`
5. `npm run examples`
6. [http://localhost:3000](http://localhost:3000)

Or use Gitpod, a free dev environment for GitHub:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)
6. [http://localhost:3000](http://localhost:3000)

0 comments on commit 6238e8a

Please sign in to comment.