https://github.com/aniketfuryrocks/s3encode
Encode url symbols to be s3 compatible
https://github.com/aniketfuryrocks/s3encode
Last synced: 7 months ago
JSON representation
Encode url symbols to be s3 compatible
- Host: GitHub
- URL: https://github.com/aniketfuryrocks/s3encode
- Owner: aniketfuryrocks
- License: mit
- Created: 2020-07-11T14:17:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T11:47:51.000Z (over 3 years ago)
- Last Synced: 2025-03-14T17:54:08.072Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# S3Encode
Encode url symbols to be s3 compatible
## Install
install using **yarn** or **npm**
**yarn**
```bash
$ yarn add s3encode
```**npm**
```bash
$ npm install s3encode
```## Use
*typescript*
```typescript
import S3Encode from "s3encode"
const encodedString = S3Encode("/This is my url with a symbol ?")
```*javascript*
```typescript
const S3Encode = require("s3encode").default
const encodedString = S3Encode("/This is my url with a symbol ?")
```## Code of conduct
Code of conduct can be found at [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
## Contributing
Make sure to read **Contribution Guidelines** at [CONTRIBUTING.md](CONTRIBUTING.md) before contributing.
## License & Copyright
Copyright (C) 2020 Aniket Prajapati
Licensed under the [MIT LICENSE](LICENSE)
## Contributors
+ [Aniket Prajapati](https://github.com/aniketfuryrocks) @ prajapati.ani306@gmail.com , [eAdded](http://www.eadded.com)