You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Supported API's and file formats supported by them are listed in `config/services.json`.
9
+
2. Read the url parameter passed to the html page and should open it in an iFrame passing it to supported API.
10
+
11
+
# Notes for Developers
12
+
13
+
- If you have any issues, create an issue on project's [github page](https://github.com/parishod/doc-viewer-api-interface/issues)
14
+
- You may modify the code and create a pull request before merging.
15
+
- Keep code clean:
16
+
- Use lint and recommended code formatting tools
17
+
- Avoid code comments
18
+
- Avoid inline JS and CSS
19
+
- Do NOT use any libraries/frameworks unless necessary.
20
+
- Try using modern language features (like ES6) but make sure they are at least supported by browser versions released five months earlier. Or use transpilers (like Babel for Javascript)
21
+
22
+
## Style guides
23
+
-[JavaScript style guide by Airbnb](https://github.com/airbnb/javascript)
0 commit comments