Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobera/gyazo-cocomiro
Gyazo compatible server build by Node.js
https://github.com/hakobera/gyazo-cocomiro
Last synced: 3 days ago
JSON representation
Gyazo compatible server build by Node.js
- Host: GitHub
- URL: https://github.com/hakobera/gyazo-cocomiro
- Owner: hakobera
- Created: 2014-01-20T11:11:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T08:35:54.000Z (almost 11 years ago)
- Last Synced: 2024-11-10T21:43:04.234Z (2 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gyazo Cocomiro
Gyazo Cocomiro is a server that has Gyazo compatible API.
## How to run on your local machine
### Clone this repository
```sh
$ git clone https://github.com/hakobera/gyazo-cocomiro.git
$ cd gyazo-cocomiro
```### Set AWS environments
```sh
$ echo "export AWS_ACCESS_KEY_ID=[your aws access key]" >> .env
$ echo "export AWS_SECRET_ACCESS_KEY=[your aws secret key]" >> .env
$ echo "export AWS_REGION=[aws region name]" >> .env
$ echo "export AWS_S3_BUCKET=[aws s3 bucket name]" >> .env
```### Install npm modules
```sh
$ npm install
```### Run server
```sh
$ ./script/start.sh
```Then open http://localhost:3000 on your browser.