Skip to content

Commit 92cbd9f

Browse files
committed
updated readme for v0.3.0
1 parent 6b7282d commit 92cbd9f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ npm run watch
2020
|02|entityId|`string`|Entity ID - Example: '3'|
2121
|03|chainId|`string`|Chain ID - Example: 'R'|
2222
|04|subscribeEvents|`boolean`| Default - `false`|
23+
|05|apiData|`ApiData`| Default - `undefined` |
24+
|06|FR3DData|`JSON`| Default - `undefined` |
25+
26+
apiData and FR3DData are automatically retrieved using pdbeId, entityId and chainId if not set on options
27+
28+
See data examples at:
29+
- APIData: https://www.ebi.ac.uk/pdbe/static/entry/7v08_4_3.json
30+
- FR3DData: https://www.ebi.ac.uk/pdbe/static/entry/7v08_3_basepair.json
2331

2432
## Web app implementation
2533
**Refer index.html and component.html for implementation example**

0 commit comments

Comments
 (0)