Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonluca/PasteBinApp
iOS app for PasteBin
https://github.com/jonluca/PasteBinApp
app ios pastebin pastebin-client pastebin-service
Last synced: 3 months ago
JSON representation
iOS app for PasteBin
- Host: GitHub
- URL: https://github.com/jonluca/PasteBinApp
- Owner: jonluca
- Created: 2016-12-28T16:58:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T05:59:50.000Z (over 4 years ago)
- Last Synced: 2024-04-14T05:57:48.192Z (7 months ago)
- Topics: app, ios, pastebin, pastebin-client, pastebin-service
- Language: Swift
- Homepage:
- Size: 6.26 MB
- Stars: 28
- Watchers: 6
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Pastebin Mobile
README
# PasteBin Mobile
PasteBin Mobile is an app to quickly upload text or code to http://pastebin.com!
## App Store
[PasteBin Mobile is live on the AppStore here](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1246981062&mt=8)
## Screenshot
## Notes
Current build passes all tests. We use [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) to format our swift code.
## Features
- [x] Save API Settings
- [x] Implement quick paste with default settings
- [x] iOS icon for all sizes
- [x] Change title, syntax
- [x] Locally save list of prior pastes
- [x] Syntax Highlighting
- [ ] User profiles
## Credits
3rd party libraries, icons, graphics, or other assets used.
- [AFNetworking](https://github.com/AFNetworking/AFNetworking) - networking task library
- [Highlightr](https://github.com/raspu/Highlightr) - syntax highlighting library
- [SearchTextField](https://github.com/apasccon/SearchTextField)## License
Copyright [2017] [JonLuca DeCaro]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.