-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use in browser? #2
Comments
I had them added to the github downloads page but they took that away so they'll have to be added to the repo. Also the only one I finished had an adapter for angular.js since that was the only one I used and didn't have anyone else needing the jquery one. I can work on that if you need. Either way ill add the built versions to the repo later today and let you know. |
i am using angular.js so that will be fine for me. |
Oh perfect :). I will get that put in as soon as I can today |
As I'm looking at the code, I only implemented read in angular. How are you at coffe-script? Here's the file that has the adapter. I'm considering rewriting the whole thing in js so we can reach a bigger crowd. The problem is finding time... |
I've never used coffee-script, but it's probably not that hard to learn. Finding time a problem I can relate to. |
Let me know if you run into any problems and I'd be more than happy to help :) |
I'm also trying to get this up in running in a browser. When I load the bare collection json js file I can access CollectionJSON but when I use the angular version, angular complains there is no collection-json module (is this because browserify wraps everything in an anon function?). I hope to get this up and running soon to use it to demo a collection+json API framework at pycon. I also started using coffeify with browserify because it seemed to require it, but this is admittedly my first node.js and coffee script app I've dealt with. |
Found the downloads: https://github.com/collection-json/collection-json.js/downloads |
Found the downloads, but still i am not able to get this thing to work in a browser. |
Are there any published artifacts somewhere?
The text was updated successfully, but these errors were encountered: