Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/node-fetch-starter
Minimalistic node-fetch starter
https://github.com/softspiders/node-fetch-starter
fetch isomorphic javascript js min node-fetch promise softspiders ss starter template
Last synced: about 7 hours ago
JSON representation
Minimalistic node-fetch starter
- Host: GitHub
- URL: https://github.com/softspiders/node-fetch-starter
- Owner: softspiders
- License: mit
- Created: 2020-01-31T07:43:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T10:19:39.000Z (over 2 years ago)
- Last Synced: 2024-04-23T22:43:28.452Z (7 months ago)
- Topics: fetch, isomorphic, javascript, js, min, node-fetch, promise, softspiders, ss, starter, template
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# node-fetch-starter
Minimalistic [*node-fetch*](https://github.com/node-fetch/node-fetch) starter
---
## Feature tags
- isomorphic
- node-fetch
- starter
- template## Direct descendants
- [Jest-tested rest client starter](https://github.com/softspiders/rest-client-jest-starter)
---
## Authors[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
## Install
Being at the root, execute
```
# yarn is fine too
npm i
```---
## Run
```
npm start
```See the result:
```
success:
[
{ id: 1, title: 'Post 1' },
{ id: 2, title: 'Post 2' },
{ id: 3, title: 'Post 3' }
]
```---
### License
Licensed under the [MIT license](./LICENSE).