https://github.com/maxbeizer/salesforce-formatter-web
a web app to convert SFDC ids
https://github.com/maxbeizer/salesforce-formatter-web
Last synced: 3 months ago
JSON representation
a web app to convert SFDC ids
- Host: GitHub
- URL: https://github.com/maxbeizer/salesforce-formatter-web
- Owner: maxbeizer
- License: mit
- Created: 2015-07-31T03:13:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T23:12:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T21:09:20.682Z (about 1 year ago)
- Language: HTML
- Homepage: https://salesforce-formatter-web.herokuapp.com/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Salesforce Formatter Web
Convert 15 Character Salesforce Campaign Ids to 18... via the web
### Requirements
- [Ruby](https://www.ruby-lang.org/en/)
- [Sass](http://sass-lang.com/)
- [Bundler](http://bundler.io/)
- [Git](https://github.com)
- [Heroku Toolbelt](https://toolbelt.heroku.com/)
### Spin Up
```
bundle install
heroku local
open http://localhost:5000
```
### Acknowledgements
* [@raul](https://www.github.com/raul) for the [gem](https://github.com/heroku/salesforce_id_formatter)
* [@kunalbhat](https://github.com/kunalbhat) for the [inspiration](https://github.com/kunalbhat/sinatra-starter) on the Sinatra app
### License
MIT