Skip to content

Commit 240d9e6

Browse files
authored
Update readme.md
1 parent 069177a commit 240d9e6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Flexmonster custom data source API server
2-
[![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://flexmonster.com)
3-
Website: www.flexmonster.com
2+
[![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com?r=github)
3+
Website: [www.flexmonster.com](https://www.flexmonster.com?r=github)
44

55
## Flexmonster Pivot Table & Charts
66

77
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
88

9-
This repository holds the source code for a project that demonstrates how to implement the [custom data source API](https://www.flexmonster.com/doc/introduction-to-custom-data-source-api/).
9+
This repository holds the source code for a project that demonstrates how to implement the [custom data source API](https://www.flexmonster.com/doc/introduction-to-custom-data-source-api?r=github).
1010

1111
Flexmonster custom data source API is designed for summarized data retrieval from a server to Flexmonster Pivot.
1212
This API will work for projects with their own data access layer, where filtering and aggregation are delegated to a server and Flexmonster receives ready-to-show data.
1313

14-
The table of contents:
14+
Table of contents:
1515
- [Prerequisites](#prerequisites)
1616
- [Installation](#installation)
17-
- [Usage](#usage)
17+
- [Related Flexmonster docs](#related-flexmonster-docs)
1818
- [Tests](#tests)
1919

2020
## Prerequisites
@@ -23,13 +23,13 @@ To run the custom data source API project, you will need Node.js and npm. [Get t
2323

2424
## Installation
2525

26-
1. Download the `.zip` archive with the sample project or clone it from GitHub with the following command:
26+
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:
2727

2828
```bash
29-
git clone https://github.com/flexmonster/api-data-source.git
29+
git clone https://github.com/flexmonster/api-data-source.git && cd api-data-source
3030
```
3131

32-
2. Run the project using one of the following ways:
32+
2. Run the project in one of the following ways:
3333

3434
- To start the sample Node.js server:
3535

@@ -47,14 +47,14 @@ git clone https://github.com/flexmonster/api-data-source.git
4747
dotnet run
4848
```
4949
50-
## Usage
50+
## Related Flexmonster docs
5151
5252
For details on usage, refer to our documentation:
5353
54-
- [A quick overview of the sample Node.js server](https://www.flexmonster.com/doc/a-quick-overview-of-the-sample-node-js-server/)
55-
- [A quick overview of the sample .NET Core server](https://www.flexmonster.com/doc/a-quick-overview-of-the-sample-net-core-server/)
56-
- [Implementing the custom data source API server](https://www.flexmonster.com/doc/implementing-the-custom-data-source-api-server/)
57-
- [API documentation](https://www.flexmonster.com/api/all-requests/)
54+
- [A quick overview of the sample Node.js server](https://www.flexmonster.com/doc/pivot-table-with-node-js-server?r=github)
55+
- [A quick overview of the sample .NET Core server](https://www.flexmonster.com/doc/pivot-table-with-dot-net-core-server?r=github)
56+
- [Implementing the custom data source API server](https://www.flexmonster.com/doc/implement-custom-data-source-api?r=github)
57+
- [API documentation](https://www.flexmonster.com/api/all-requests?r=github)
5858
5959
## Tests
6060
@@ -66,4 +66,4 @@ If needed, you can check a custom data source API server with our [test suite](h
6666
npm test
6767
```
6868
69-
Note that these tests will work only if one of the sample servers is running. To learn how your server can be tested, [see our documentation](https://www.flexmonster.com/doc/test-custom-data-source-api-server/).
69+
Note that these tests will work only if one of the sample servers is running. To learn how your server can be tested, [see our documentation](https://www.flexmonster.com/doc/test-custom-data-source-api-server?r=github).

0 commit comments

Comments
 (0)